From 9893c7aa90ac4fb50c90cc10e1a2563d3f663800 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Thu, 7 Mar 2024 16:38:09 +0900 Subject: [PATCH] deps --- proxy-bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"