From 3bf9af0b22f0d7212fbe791e725a7a7755fb31b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 00:52:26 +0000 Subject: [PATCH] chore(deps): bump clap from 3.2.6 to 3.2.7 Bumps [clap](https://github.com/clap-rs/clap) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.6...v3.2.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 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, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 572489f643..ecb9ed399e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,9 +174,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.6" +version = "3.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f1fe12880bae935d142c8702d500c63a4e8634b6c3c57ad72bf978fc7b6249a" +checksum = "5b7b16274bb247b45177db843202209b12191b631a14a9d06e41b3777d6ecf14" dependencies = [ "atty", "bitflags", @@ -200,9 +200,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.2.6" +version = "3.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6db9e867166a43a53f7199b5e4d1f522a1e5bd626654be263c999ce59df39a" +checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902" dependencies = [ "heck", "proc-macro-error", diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index 7a38c6fde6..a3a751880b 100644 --- a/crates/libcgroups/Cargo.toml +++ b/crates/libcgroups/Cargo.toml @@ -38,7 +38,7 @@ libc = { version = "0.2.126", optional = true } oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "6df620e", features = ["proptests", "runtime"] } quickcheck = "1" mockall = { version = "0.11.1", features = [] } -clap = "3.2.6" +clap = "3.2.7" 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 181a37ce5f..6c8df9abe9 100644 --- a/crates/liboci-cli/Cargo.toml +++ b/crates/liboci-cli/Cargo.toml @@ -12,6 +12,6 @@ edition = "2021" keywords = ["youki", "container", "oci"] [dependencies.clap] -version = "3.2.6" +version = "3.2.7" default-features = false features = ["std", "suggestions", "derive", "cargo"] diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 51751050e7..b0256bb6b5 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -13,7 +13,7 @@ build = "build.rs" keywords = ["youki", "container"] [dependencies.clap] -version = "3.2.6" +version = "3.2.7" 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 3e27021ca8..e16a8aaa53 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.2.4" [dependencies.clap] -version = "3.2.6" +version = "3.2.7" default-features = false features = ["std", "suggestions", "derive", "cargo"]