From 700c25dc6ff200c572c86883bbcd32129815267b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:08:25 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.5.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acf8bcf..173484a 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.3", features = ["derive"] } colored = "2.0.4"