cargo: bump clap_complete in the cargo-dependencies group

Bumps the cargo-dependencies group with 1 update: [clap_complete](https://github.com/clap-rs/clap).


Updates `clap_complete` from 4.5.7 to 4.5.8
- [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.7...clap_complete-v4.5.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-11 15:07:50 +00:00 committed by github-actions[bot]
parent 415c831e30
commit 10a272aea6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -402,9 +402,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.7"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d598e88f6874d4b888ed40c71efbcbf4076f1dfbae128a08a8c9e45f710605d"
checksum = "5b4be9c4c4b1f30b78d8a750e0822b6a6102d97e62061c583a6c1dea2dfb33ae"
dependencies = [
"clap",
]

View File

@ -31,7 +31,7 @@ clap = { version = "4.5.9", features = [
"wrap_help",
"string",
] }
clap_complete = "4.5.7"
clap_complete = "4.5.8"
clap_complete_nushell = "4.5.2"
clap-markdown = "0.1.4"
clap_mangen = "0.2.10"