From baf59f13ae87bd8c755fa5a52a91fdc953bacdc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 13:12:04 +0000 Subject: [PATCH] build(deps): bump clap_complete from 3.2.1 to 3.2.2 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1513c6a..f703364 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,9 +178,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", ] diff --git a/Cargo.toml b/Cargo.toml index 9fc0b5d..4759e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" [dependencies] thiserror = "1.0.31" clap = { version = "3.2.5", features = ["derive", "env", "cargo"] } -clap_complete = "3.2.1" +clap_complete = "3.2.2" dialoguer = "0.10.1" argon2 = "0.4.0" rand = { version = "0.8.5", features = ["std"] }