From bcdb72e217df28da1b7bb6232a72a0cecde1ff07 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Aug 2025 00:19:29 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.43 --- central_backend/Cargo.lock | 8 ++++---- central_backend/Cargo.toml | 2 +- custom_consumption/Cargo.lock | 8 ++++---- custom_consumption/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index a51bb6a..33bbf10 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.42" +version = "4.5.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" +checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f" dependencies = [ "clap_builder", "clap_derive", @@ -754,9 +754,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.42" +version = "4.5.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" +checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65" dependencies = [ "anstream", "anstyle", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index a20bd3d..a55b2c6 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.42", features = ["derive", "env"] } +clap = { version = "4.5.43", 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 f3e9db7..bbd1508 100644 --- a/custom_consumption/Cargo.lock +++ b/custom_consumption/Cargo.lock @@ -599,9 +599,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.42" +version = "4.5.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" +checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f" dependencies = [ "clap_builder", "clap_derive", @@ -609,9 +609,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.42" +version = "4.5.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" +checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65" dependencies = [ "anstream", "anstyle", diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index 9404aa5..404c77c 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.42", features = ["derive", "env"] } +clap = { version = "4.5.43", features = ["derive", "env"] } egui = "0.32.0" eframe = "0.32.0" lazy_static = "1.5.0"