From ace234ea48d959a2f83eca3cfc9a7b0793827d7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:28:31 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.4.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81fdf49..03debc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio-stream = { version = "0.1.14", features = ["net"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" serde_json = "1.0.108" -clap = "4.4.10" +clap = "4.4.13" [package.metadata.cross.build] xargo = false