diff --git a/proxy-bin/Cargo.toml b/proxy-bin/Cargo.toml
index d52abbd..4ca45c4 100644
--- a/proxy-bin/Cargo.toml
+++ b/proxy-bin/Cargo.toml
@@ -48,7 +48,7 @@ tokio = { version = "1.36.0", default-features = false, features = [
 async-trait = "0.1.77"
 
 # config
-clap = { version = "4.5.1", features = ["std", "cargo", "wrap_help"] }
+clap = { version = "4.5.2", features = ["std", "cargo", "wrap_help"] }
 toml = { version = "0.8.10", default-features = false, features = ["parse"] }
 hot_reload = "0.1.5"