diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock
index 166d6a3..136b9c0 100644
--- a/central_backend/Cargo.lock
+++ b/central_backend/Cargo.lock
@@ -744,9 +744,9 @@ dependencies = [
 
 [[package]]
 name = "clap"
-version = "4.5.34"
+version = "4.5.35"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
+checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
 dependencies = [
  "clap_builder",
  "clap_derive",
@@ -754,9 +754,9 @@ dependencies = [
 
 [[package]]
 name = "clap_builder"
-version = "4.5.34"
+version = "4.5.35"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
+checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
 dependencies = [
  "anstream",
  "anstyle",
diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml
index 835433c..468351e 100644
--- a/central_backend/Cargo.toml
+++ b/central_backend/Cargo.toml
@@ -8,7 +8,7 @@ log = "0.4.27"
 env_logger = "0.11.7"
 lazy_static = "1.5.0"
 dotenvy = "0.15.7"
-clap = { version = "4.5.34", features = ["derive", "env"] }
+clap = { version = "4.5.35", features = ["derive", "env"] }
 anyhow = "1.0.97"
 thiserror = "2.0.3"
 openssl = { version = "0.10.71" }
diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock
index c88c3af..cb9ba9e 100644
--- a/custom_consumption/Cargo.lock
+++ b/custom_consumption/Cargo.lock
@@ -646,9 +646,9 @@ dependencies = [
 
 [[package]]
 name = "clap"
-version = "4.5.34"
+version = "4.5.35"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
+checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
 dependencies = [
  "clap_builder",
  "clap_derive",
@@ -656,9 +656,9 @@ dependencies = [
 
 [[package]]
 name = "clap_builder"
-version = "4.5.34"
+version = "4.5.35"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
+checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
 dependencies = [
  "anstream",
  "anstyle",
diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml
index 4632130..2811612 100644
--- a/custom_consumption/Cargo.toml
+++ b/custom_consumption/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
 [dependencies]
 env_logger = "0.11.7"
 log = "0.4.27"
-clap = { version = "4.5.34", features = ["derive", "env"] }
+clap = { version = "4.5.35", features = ["derive", "env"] }
 egui = "0.31.1"
 eframe = "0.31.1"
 lazy_static = "1.5.0"