From fd4efce251b22a4ec66f6c0646a9444bf8ed4be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 22:37:29 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8774851..5a37183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ exclude = ["images/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.3.1", features = ["derive"] } +clap = { version = "4.3.2", features = ["derive"] } colored = "2.0.0" image = "0.24.6" log = "0.4.18"