From 924651ee4a9433695ad80d329e5423cca0e86daf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:50:15 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.4.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 456cf41..74de799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio-stream = { version = "0.1.14", features = ["net"] } tracing = "0.1.37" tracing-subscriber = "0.3.17" serde_json = "1.0.107" -clap = "4.4.5" +clap = "4.4.6" [package.metadata.cross.build] xargo = false