From 083fa53de25e1f78e5e5217b27e97f20a4ef1b6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 23:18:16 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da945b2..13637c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ exclude = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.0.14", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] } +clap = { version = "4.2.1", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] } log = "0.4.17" pretty_env_logger = "0.4.0" colored = "2.0.0"