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" }