From 3ce9a8b36c169911201061c7d04dde6461ec313c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 01:25:58 +0000 Subject: [PATCH] chore(deps): bump clap from 3.2.15 to 3.2.16 Bumps [clap](https://github.com/clap-rs/clap) from 3.2.15 to 3.2.16. - [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.15...v3.2.16) --- 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 f94976652..9dbdf9f65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,9 +174,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.15" +version = "3.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417" +checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9" dependencies = [ "atty", "bitflags", diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index 4e278d6b1..f1f00a76e 100644 --- a/crates/libcgroups/Cargo.toml +++ b/crates/libcgroups/Cargo.toml @@ -37,7 +37,7 @@ libc = { version = "0.2.126", optional = true } oci-spec = { version = "0.5.7", features = ["proptests", "runtime"] } quickcheck = "1" mockall = { version = "0.11.2", features = [] } -clap = "3.2.15" +clap = "3.2.16" 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 068e28981..f4aaa4c67 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.15" +version = "3.2.16" default-features = false features = ["std", "suggestions", "derive", "cargo"] diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 6080b5065..a8c2a593f 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.15" +version = "3.2.16" 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 63bcbc594..de4a4b97a 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.15" +version = "3.2.16" default-features = false features = ["std", "suggestions", "derive", "cargo"]