Bump clap_complete from 4.0.6 to 4.1.4

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.0.6 to 4.1.4.
- [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-v4.0.6...clap_complete-v4.1.4)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-01 19:48:23 +00:00 committed by GitHub
parent 82aa17f9fb
commit 1c5ce0a661
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

@ -117,9 +117,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.0.6"
version = "4.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7b3c9eae0de7bf8e3f904a5e40612b21fb2e2e566456d177809a48b892d24da"
checksum = "501ff0a401473ea1d4c3b125ff95506b62c5bc5768d818634195fbb7c4ad5ff4"
dependencies = [
"clap",
]

View File

@ -49,7 +49,7 @@ dirs-next = "2.0"
normpath = "0.3.2"
once_cell = "1.17.1"
crossbeam-channel = "0.5.6"
clap_complete = {version = "4.0.6", optional = true}
clap_complete = {version = "4.1.4", optional = true}
faccess = "0.2.4"
[dependencies.clap]