diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index d780b73..c7fdd85 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" +checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" dependencies = [ "clap_builder", "clap_derive", @@ -754,9 +754,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" +checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" dependencies = [ "anstream", "anstyle", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 8aa54d4..690a645 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.41", features = ["derive", "env"] } +clap = { version = "4.5.42", features = ["derive", "env"] } anyhow = "1.0.98" thiserror = "2.0.12" openssl = { version = "0.10.73" } diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock index 5017e92..f3e9db7 100644 --- a/custom_consumption/Cargo.lock +++ b/custom_consumption/Cargo.lock @@ -599,9 +599,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" +checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" dependencies = [ "clap_builder", "clap_derive", @@ -609,9 +609,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" +checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" dependencies = [ "anstream", "anstyle", diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index 0a95e84..9404aa5 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.41", features = ["derive", "env"] } +clap = { version = "4.5.42", features = ["derive", "env"] } egui = "0.32.0" eframe = "0.32.0" lazy_static = "1.5.0"