From 00223a365a4c5ff27f6805df3764508c59fd61f0 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 03:07:15 +0000 Subject: [PATCH] Bump clap from 3.1.6 to 3.2.2 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.2.2. - [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.1.6...clap_complete-v3.2.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 ++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c6db58..4f83ac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,16 +244,16 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.6" +version = "3.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123" +checksum = "8e538f9ee5aa3b3963f09a997035f883677966ed50fce0292611927ce6f6d8c6" dependencies = [ "atty", "bitflags", "clap_derive", + "clap_lex", "indexmap", "lazy_static", - "os_str_bytes", "strsim", "termcolor", "textwrap", @@ -261,9 +261,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.1.4" +version = "3.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16" +checksum = "a7f98063cac4652f23ccda556b8d04347a7fc4b2cff1f7577cc8c6546e0d8078" dependencies = [ "heck", "proc-macro-error", @@ -273,6 +273,15 @@ dependencies = [ ] [[package]] +name = "clap_lex" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" +dependencies = [ + "os_str_bytes", +] + +[[package]] name = "core-foundation" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1012,9 +1021,6 @@ name = "os_str_bytes" version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" -dependencies = [ - "memchr", -] [[package]] name = "parking_lot" diff --git a/Cargo.toml b/Cargo.toml index 9c54bbf..a1dcd5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ async-trait = "0.1" bytes = "1.1" cargo_metadata = "0.14" cargo-platform = "0.1" -clap = { version = "3.1", features = ["derive", "cargo"] } +clap = { version = "3.2", features = ["derive", "cargo"] } flate2 = "1.0" futures = "0.3" hex = "0.4" -- libgit2 1.7.2