From 8d715b407e60850b2d5d458ca309d8faf6fa1a4b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 31 Oct 2025 00:42:02 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.51 --- 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 2887ec6..6915d2e 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -726,9 +726,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" +checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" dependencies = [ "clap_builder", "clap_derive", @@ -736,9 +736,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" +checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" dependencies = [ "anstream", "anstyle", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 33f084a..46d369f 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -8,7 +8,7 @@ log = "0.4.28" env_logger = "0.11.8" lazy_static = "1.5.0" dotenvy = "0.15.7" -clap = { version = "4.5.50", features = ["derive", "env"] } +clap = { version = "4.5.51", features = ["derive", "env"] } anyhow = "1.0.100" thiserror = "2.0.17" openssl = { version = "0.10.74" } diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock index 8f970a9..6a1a743 100644 --- a/custom_consumption/Cargo.lock +++ b/custom_consumption/Cargo.lock @@ -623,9 +623,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" +checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" dependencies = [ "clap_builder", "clap_derive", @@ -633,9 +633,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" +checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" dependencies = [ "anstream", "anstyle", diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index 9a0cf7c..988e700 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.28" -clap = { version = "4.5.50", features = ["derive", "env"] } +clap = { version = "4.5.51", features = ["derive", "env"] } egui = "0.32.3" eframe = "0.32.3" lazy_static = "1.5.0"