From 0b79605e1a0887911cc6b8419d4f34f8e46248d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 00:41:17 +0000 Subject: [PATCH] chore(deps): bump clap from 3.2.13 to 3.2.14 Bumps [clap](https://github.com/clap-rs/clap) from 3.2.13 to 3.2.14. - [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.13...v3.2.14) --- 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 b1ea3c2f2..0347f8704 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,9 +174,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.13" +version = "3.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca" +checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b" dependencies = [ "atty", "bitflags", diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index e7c6e285f..b45e6295d 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.1", features = [] } -clap = "3.2.13" +clap = "3.2.14" 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 362769712..83b64878d 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.13" +version = "3.2.14" default-features = false features = ["std", "suggestions", "derive", "cargo"] diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 3ab67fea4..832a30909 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.13" +version = "3.2.14" 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 25291c243..d74aa1c52 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.13" +version = "3.2.14" default-features = false features = ["std", "suggestions", "derive", "cargo"]