From ce359b311ebea66ead5ffc985fe2d6bf1ab2a717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 09:48:56 +0200 Subject: Bump clap_complete from 3.2.1 to 3.2.2 (#828) Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.1 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/clap_complete-v3.2.1...clap_complete-v3.2.2) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10183ba..532623d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,9 +561,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "3.2.1" +version = "3.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f6ebaab5f25e4f0312dfa07cb30a755204b96e6531457c2cfdecfdf5f2adf40" +checksum = "c09fbb00fb6e20e92f785598ecbf0c118f269737490c57af28b1ed07f392be16" dependencies = [ "clap 3.2.5", ] diff --git a/Cargo.toml b/Cargo.toml index 56667ac..f27770d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" clap = { version = "3.2", features = ["derive", "cargo", "wrap_help"] } -clap_complete = "3.1.3" +clap_complete = "3.2.2" clap_mangen = "0.1" chrono = "0.4" chrono-humanize = "0.2" -- cgit v1.2.3