From 3fde1df5acec7fc2149e550e79c2c4b74440ad0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 05:59:12 +0000 Subject: [PATCH] Update Rust crate clap to 4.3.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66a551b..cf57faa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ license = "Apache 2.0" ansi_term = "0.12.1" anyhow = "1.0.69" async-trait = "0.1.64" -clap = { version = "4.1.4", features = ["derive"] } +clap = { version = "4.3.23", features = ["derive"] } clap_complete = "4.1.1" chrono = { version = "0.4.23", features = ["serde"] } dirs = "4.0.0"