chore(deps): Update Rust crate clap-verbosity-flag to v3

This commit is contained in:
renovate[bot] 2024-12-01 03:59:55 +00:00 committed by GitHub
parent bd36f89fcd
commit a63afdf0eb
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -191,9 +191,9 @@ dependencies = [
[[package]]
name = "clap-verbosity-flag"
version = "2.2.2"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e099138e1807662ff75e2cebe4ae2287add879245574489f9b1588eb5e5564ed"
checksum = "54381ae56ad222eea3f529c692879e9c65e07945ae48d3dc4d1cb18dbec8cf44"
dependencies = [
"clap",
"log",

View file

@ -47,7 +47,7 @@ typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
unicase = "2.7"
anyhow = "1.0"
clap = { version = "4.5.4", features = ["derive"] }
clap-verbosity-flag = "2.2"
clap-verbosity-flag = "3.0"
ignore = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.12"