diff --git a/Cargo.lock b/Cargo.lock index 966900e3..79b13ff9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,9 +428,9 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2678fade3b77aa3a8ff3aae87e9c008d3fb00473a41c71fbf74e91c8c7b37e84" +checksum = "eeab6a5cdfc795a05538422012f20a5496f050223c91be4e5420bfd13c641fb1" dependencies = [ "clap", "tracing-core", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 5e684c2d..f3dfa62d 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true cargo_metadata = "0.19.2" clap = { version = "4.5.37", features = ["derive"] } clap-cargo = { version = "0.15.1", features = ["cargo_metadata"] } -clap-verbosity-flag = { version = "3.0.2", default-features = false, features = ["tracing"] } +clap-verbosity-flag = { version = "3.0.3", default-features = false, features = ["tracing"] } color-eyre = "0.6.3" duct = "1.0.0" itertools.workspace = true