From 41a5a48dc17cc2de343d5a6981eadce04d63e4fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 05:22:30 +0000 Subject: [PATCH] Update Rust crate clap to 4.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66a551b..512bb31 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.4.2", features = ["derive"] } clap_complete = "4.1.1" chrono = { version = "0.4.23", features = ["serde"] } dirs = "4.0.0"