From cab51c9623219666e1d25f3b3c2b1831f323384e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 May 2025 00:18:49 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.38 --- 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 dfaaec4..c19d744 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.37" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" +checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" dependencies = [ "clap_builder", "clap_derive", @@ -754,9 +754,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.37" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" +checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" dependencies = [ "anstream", "anstyle", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index ccb8efc..65c7dc3 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.37", features = ["derive", "env"] } +clap = { version = "4.5.38", features = ["derive", "env"] } anyhow = "1.0.98" thiserror = "2.0.12" openssl = { version = "0.10.72" } diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock index e402c0c..50dbea9 100644 --- a/custom_consumption/Cargo.lock +++ b/custom_consumption/Cargo.lock @@ -646,9 +646,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.37" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" +checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" dependencies = [ "clap_builder", "clap_derive", @@ -656,9 +656,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.37" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" +checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" dependencies = [ "anstream", "anstyle", diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index 17a56fb..25a7a4c 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.37", features = ["derive", "env"] } +clap = { version = "4.5.38", features = ["derive", "env"] } egui = "0.31.1" eframe = "0.31.1" lazy_static = "1.5.0"