From 0987365dd3a3ac6322cef2caa6df80aaa3e6765e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 03:28:57 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.4.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab4c89c..405e434 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.4.5", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] } +clap = { version = "4.4.10", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] } log = "0.4.20" pretty_env_logger = "0.5.0" colored = "2.0.4"