From 66dac703f637a7f2eabc75b8c0919886402836df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 01:23:57 +0000 Subject: [PATCH] chore(deps): bump clap_derive from 4.0.13 to 4.0.18 Bumps [clap_derive](https://github.com/clap-rs/clap) from 4.0.13 to 4.0.18. - [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/v4.0.13...v4.0.18) --- updated-dependencies: - dependency-name: clap_derive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- tests/rust-integration-tests/integration_test/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 610a3a0e5..94d98777b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,9 +223,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.13" +version = "4.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42f169caba89a7d512b5418b09864543eeb4d497416c917d7137863bd2076ad" +checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3" dependencies = [ "heck", "proc-macro-error", @@ -1017,7 +1017,7 @@ dependencies = [ "anyhow", "chrono", "clap", - "clap_derive 4.0.13", + "clap_derive 4.0.18", "flate2", "libcgroups", "libcontainer", diff --git a/tests/rust-integration-tests/integration_test/Cargo.toml b/tests/rust-integration-tests/integration_test/Cargo.toml index b29e74e0c..c0d105942 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.13" +version = "4.0.18" default-features = true