build(deps): bump clap_complete from 4.5.28 to 4.5.35

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.28 to 4.5.35.
- [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.5.28...clap_complete-v4.5.35)

---
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-10-29 01:37:54 +00:00 committed by GitHub
parent 896562d76d
commit bfb8a34e26
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

@ -306,9 +306,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.28"
version = "4.5.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b378c786d3bde9442d2c6dd7e6080b2a818db2b96e30d6e7f1b6d224eb617d3"
checksum = "07a13ab5b8cb13dbe35e68b83f6c12f9293b2f601797b71bc9f23befdb329feb"
dependencies = [
"clap",
]

View File

@ -42,7 +42,7 @@ is_executable = "1.0.1"
[build-dependencies]
clap = { version = "4.5.20", features = ["derive", "env", "string"] }
clap_complete = "4.5.28"
clap_complete = "4.5.35"
clap_mangen = "0.2.24"
[dev-dependencies]