From 36e8d95233bb70cb3a70ffce64fe5ef524f4ef0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:33:07 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acf8bcf..74e40d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.4.14", features = ["derive"] } +clap = { version = "4.5.2", features = ["derive"] } colored = "2.0.4"