From af3a78090b2df30958e040f71f296ea04d08f8fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 00:39:28 +0000 Subject: [PATCH] chore(deps): bump clap from 3.2.20 to 3.2.21 Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.21. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.21/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.20...v3.2.21) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/libcgroups/Cargo.toml | 2 +- crates/liboci-cli/Cargo.toml | 2 +- crates/youki/Cargo.toml | 2 +- tests/rust-integration-tests/integration_test/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 779fba1db..b02972067 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,9 +184,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.20" +version = "3.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd" +checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7" dependencies = [ "atty", "bitflags", diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index 2b2b7cacb..8f1179c94 100644 --- a/crates/libcgroups/Cargo.toml +++ b/crates/libcgroups/Cargo.toml @@ -37,7 +37,7 @@ libc = { version = "0.2.127", optional = true } oci-spec = { version = "0.5.8", features = ["proptests", "runtime"] } quickcheck = "1" mockall = { version = "0.11.2", features = [] } -clap = "3.2.19" +clap = "3.2.21" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" env_logger = "0.9" diff --git a/crates/liboci-cli/Cargo.toml b/crates/liboci-cli/Cargo.toml index 29b864c08..a9c25b16a 100644 --- a/crates/liboci-cli/Cargo.toml +++ b/crates/liboci-cli/Cargo.toml @@ -11,6 +11,6 @@ edition = "2021" keywords = ["youki", "container", "oci"] [dependencies.clap] -version = "3.2.19" +version = "3.2.21" default-features = false features = ["std", "suggestions", "derive", "cargo"] diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index bd2dee8c3..f2e80e501 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -12,7 +12,7 @@ build = "build.rs" keywords = ["youki", "container"] [dependencies.clap] -version = "3.2.19" +version = "3.2.21" default-features = false features = ["std", "suggestions", "derive", "cargo"] diff --git a/tests/rust-integration-tests/integration_test/Cargo.toml b/tests/rust-integration-tests/integration_test/Cargo.toml index 564607dbf..c28974aea 100644 --- a/tests/rust-integration-tests/integration_test/Cargo.toml +++ b/tests/rust-integration-tests/integration_test/Cargo.toml @@ -25,7 +25,7 @@ uuid = "1.1" which = "4.3.0" [dependencies.clap] -version = "3.2.19" +version = "3.2.21" default-features = false features = ["std", "suggestions", "derive", "cargo"]