build: bump clap_complete from 3.0.0 to 3.0.2 (#3392)

Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.0 to 3.0.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.0.0...clap_complete-v3.0.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-01-05 11:05:44 +03:00 committed by GitHub
parent cf30c67298
commit 060f4c93b4
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

@ -236,9 +236,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "3.0.0"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60d123fbea4c5d9799cffd44051e2125c880efd23b3b7c529baf3ea5508c8736"
checksum = "a394f7ec0715b42a4e52b294984c27c9a61f77c8d82f7774c5198350be143f19"
dependencies = [
"clap",
]

View file

@ -31,7 +31,7 @@ tls-vendored = ["native-tls/vendored"]
[dependencies]
clap = { version = "3.0.4", features = ["derive", "cargo", "unicode"] }
clap_complete = "3.0.0"
clap_complete = "3.0.2"
ansi_term = "0.12.1"
directories-next = "2.0.0"
git2 = { version = "0.13.25", default-features = false }