chore: Update clap_complete

This commit is contained in:
Ed Page 2025-01-29 09:43:25 -06:00
parent 26ce02737a
commit 7ab469d339
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -38,7 +38,7 @@ cargo-util = { version = "0.2.19", path = "crates/cargo-util" }
cargo-util-schemas = { version = "0.7.3", path = "crates/cargo-util-schemas" }
cargo_metadata = "0.19.0"
clap = "4.5.20"
clap_complete = { version = "4.5.35", features = ["unstable-dynamic"] }
clap_complete = { version = "4.5.44", features = ["unstable-dynamic"] }
color-print = "0.3.6"
core-foundation = { version = "0.10.0", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.40.9", path = "crates/crates-io" }