From 4a68800907b0d6881bf117f159455e1cbc59f64a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Sep 2025 00:31:05 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.46 --- central_backend/Cargo.lock | 8 ++++---- central_backend/Cargo.toml | 2 +- custom_consumption/Cargo.lock | 10 +++++----- custom_consumption/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 9ffeb7c..1e424e2 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.45" +version = "4.5.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318" +checksum = "2c5e4fcf9c21d2e544ca1ee9d8552de13019a42aa7dbf32747fa7aaf1df76e57" dependencies = [ "clap_builder", "clap_derive", @@ -754,9 +754,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.44" +version = "4.5.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8" +checksum = "fecb53a0e6fcfb055f686001bc2e2592fa527efaf38dbe81a6a9563562e57d41" dependencies = [ "anstream", "anstyle", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 6ea2014..91e3001 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -8,7 +8,7 @@ log = "0.4.27" env_logger = "0.11.8" lazy_static = "1.5.0" dotenvy = "0.15.7" -clap = { version = "4.5.45", features = ["derive", "env"] } +clap = { version = "4.5.46", features = ["derive", "env"] } anyhow = "1.0.99" thiserror = "2.0.12" openssl = { version = "0.10.73" } diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock index 081efaa..a28b505 100644 --- a/custom_consumption/Cargo.lock +++ b/custom_consumption/Cargo.lock @@ -623,9 +623,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.45" +version = "4.5.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318" +checksum = "2c5e4fcf9c21d2e544ca1ee9d8552de13019a42aa7dbf32747fa7aaf1df76e57" dependencies = [ "clap_builder", "clap_derive", @@ -633,9 +633,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.44" +version = "4.5.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8" +checksum = "fecb53a0e6fcfb055f686001bc2e2592fa527efaf38dbe81a6a9563562e57d41" dependencies = [ "anstream", "anstyle", @@ -1714,7 +1714,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index 1ea9659..10c6c50 100644 --- a/custom_consumption/Cargo.toml +++ b/custom_consumption/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] env_logger = "0.11.8" log = "0.4.27" -clap = { version = "4.5.45", features = ["derive", "env"] } +clap = { version = "4.5.46", features = ["derive", "env"] } egui = "0.32.1" eframe = "0.32.1" lazy_static = "1.5.0" -- 2.49.1