From 7c028bcdcc68afe67f54cc87c891c571fe498898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 03:56:36 +0000 Subject: [PATCH] Update Rust crate clap to 4.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66a551b..4b5a04b 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.0", features = ["derive"] } clap_complete = "4.1.1" chrono = { version = "0.4.23", features = ["serde"] } dirs = "4.0.0"