diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 3191491..5b6a105 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -721,9 +721,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" +checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" dependencies = [ "clap_builder", "clap_derive", @@ -731,9 +731,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" +checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" dependencies = [ "anstream", "anstyle", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index a6ecf81..1bc01dd 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -8,7 +8,7 @@ log = "0.4.29" env_logger = "0.11.8" lazy_static = "1.5.0" dotenvy = "0.15.7" -clap = { version = "4.5.53", features = ["derive", "env"] } +clap = { version = "4.5.54", features = ["derive", "env"] } anyhow = "1.0.100" thiserror = "2.0.17" openssl = { version = "0.10.75" } diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock index 5a80d99..1589094 100644 --- a/custom_consumption/Cargo.lock +++ b/custom_consumption/Cargo.lock @@ -647,9 +647,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" +checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" dependencies = [ "clap_builder", "clap_derive", @@ -657,9 +657,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" +checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" dependencies = [ "anstream", "anstyle", diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index f26c7e3..058d2d2 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.29" -clap = { version = "4.5.53", features = ["derive", "env"] } +clap = { version = "4.5.54", features = ["derive", "env"] } egui = "0.33.3" eframe = "0.33.3" lazy_static = "1.5.0"