build(deps): update rust crate clap_complete_nushell to 4.5.5 (#6615)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-09 18:25:14 +00:00 committed by GitHub
parent 2a3ca68457
commit 2357c955ed
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

@ -439,9 +439,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete_nushell" name = "clap_complete_nushell"
version = "4.5.4" version = "4.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "315902e790cc6e5ddd20cbd313c1d0d49db77f191e149f96397230fb82a17677" checksum = "c6a8b1593457dfc2fe539002b795710d022dc62a65bf15023f039f9760c7b18a"
dependencies = [ dependencies = [
"clap", "clap",
"clap_complete", "clap_complete",

View File

@ -45,7 +45,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
chrono = { version = "0.4.40", default-features = false, features = ["clock", "std", "wasmbind"] } chrono = { version = "0.4.40", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.5.31", features = ["derive", "cargo", "unicode"] } clap = { version = "4.5.31", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.46" clap_complete = "4.5.46"
clap_complete_nushell = "4.5.4" clap_complete_nushell = "4.5.5"
dirs = "6.0.0" dirs = "6.0.0"
dunce = "1.0.5" dunce = "1.0.5"
# default feature restriction addresses https://github.com/starship/starship/issues/4251 # default feature restriction addresses https://github.com/starship/starship/issues/4251