From 1f8464ee0d97c4b30d8fb3408aa94cb3949b44ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 09:56:05 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.5.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be659b1..4c99bed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio-stream = { version = "0.1.15", features = ["net"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" serde_json = "1.0.115" -clap = { version = "4.5.3", features = ["derive"] } +clap = { version = "4.5.4", features = ["derive"] } byte-unit = "5.1.4" rand = "0.8.5"