build: bump clap_complete from 3.2.1 to 3.2.2 (#4099)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-22 03:05:38 -04:00 committed by GitHub
parent a02b82ba12
commit 8548d139e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -288,9 +288,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",
]

View File

@ -39,7 +39,7 @@ notify = ["notify-rust"]
ansi_term = "0.12.1"
chrono = "0.4.19"
clap = { version = "=3.2.5", features = ["derive", "cargo", "unicode", "unstable-v4"] }
clap_complete = "3.2.1"
clap_complete = "3.2.2"
dirs-next = "2.0.0"
dunce = "1.0.2"
gethostname = "0.2.3"