build(deps): bump clap_complete from 4.5.38 to 4.5.39 in the cargo group

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


Updates `clap_complete` from 4.5.38 to 4.5.39
- [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.38...clap_complete-v4.5.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-16 21:24:48 +00:00 committed by Amaan Qureshi
parent b68c64b332
commit f7def174cd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -245,9 +245,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.38"
version = "4.5.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
checksum = "fd4db298d517d5fa00b2b84bbe044efd3fde43874a41db0d46f91994646a2da4"
dependencies = [
"clap",
]

View file

@ -104,7 +104,7 @@ clap = { version = "4.5.23", features = [
"help",
"unstable-styles",
] }
clap_complete = "4.5.38"
clap_complete = "4.5.39"
clap_complete_nushell = "4.5.4"
ctor = "0.2.9"
ctrlc = { version = "3.4.5", features = ["termination"] }