From b9da32ebe16442a4f7c71bb922e98ad20b5d17a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:34:18 +0000 Subject: [PATCH] Update clap-verbosity-flag requirement from 2.2.0 to 3.0.1 Updates the requirements on [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) to permit the latest version. - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...v3.0.1) --- updated-dependencies: - dependency-name: clap-verbosity-flag dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cling/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cling/Cargo.toml b/cling/Cargo.toml index 5894f02..3d59f62 100644 --- a/cling/Cargo.toml +++ b/cling/Cargo.toml @@ -40,7 +40,7 @@ colored = { version = "2.0" } # Use clap with default features in tests clap = { version = "4.3.21", default-features = true, features = ["derive"] } # For testing collecting external types -clap-verbosity-flag = { version = "2.2.0" } +clap-verbosity-flag = { version = "3.0.1" } env_logger = { version = "0.11.3" } log = { version = "0.4.20" }