build(deps): bump clap_complete from 4.4.4 to 4.4.7

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.4 to 4.4.7.
- [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.4.4...clap_complete-v4.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-16 22:30:22 +00:00 committed by GitHub
parent 009e690d43
commit ae55203030
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -534,9 +534,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.4"
version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae"
checksum = "dfb0d4825b75ff281318c393e8e1b80c4da9fb75a6b1d98547d389d6fe1f48d2"
dependencies = [
"clap",
]

View File

@ -77,7 +77,7 @@ features = ["macros", "process", "rt-multi-thread"]
[build-dependencies]
clap = { version = "4.4.17", features = ["derive"] }
clap_complete = "4.4.4"
clap_complete = "4.4.7"
clap_mangen = "0.2.16"
[dev-dependencies]