diff --git a/Cargo.lock b/Cargo.lock index 5f2efd77a..12ab8b2fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,9 +223,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.8" +version = "4.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92289ffc6fb4a85d85c246ddb874c05a87a2e540fb6ad52f7ca07c8c1e1840b1" +checksum = "a4a307492e1a34939f79d3b6b9650bd2b971513cd775436bf2b78defeb5af00b" dependencies = [ "heck", "proc-macro-error", @@ -986,7 +986,7 @@ dependencies = [ "anyhow", "chrono", "clap", - "clap_derive 4.0.8", + "clap_derive 4.0.9", "flate2", "libcgroups", "libcontainer", diff --git a/tests/rust-integration-tests/integration_test/Cargo.toml b/tests/rust-integration-tests/integration_test/Cargo.toml index d1287d1ec..6a1504348 100644 --- a/tests/rust-integration-tests/integration_test/Cargo.toml +++ b/tests/rust-integration-tests/integration_test/Cargo.toml @@ -30,5 +30,5 @@ default-features = false features = ["std", "suggestions", "derive", "cargo"] [dependencies.clap_derive] -version = "4.0.8" +version = "4.0.9" default-features = true