mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate clap_complete to 4.5.50
This commit is contained in:
Generated
+2
-2
@@ -423,9 +423,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.5.49"
|
||||
version = "4.5.50"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "07ae023020f3bbb76bfd6c7b9dd3f903b40f60e4dc60696c303457c5c01e6cbe"
|
||||
checksum = "c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ notify = ["notify-rust"]
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.41", default-features = false, features = ["clock", "std", "wasmbind"] }
|
||||
clap = { version = "4.5.37", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "4.5.49"
|
||||
clap_complete = "4.5.50"
|
||||
clap_complete_nushell = "4.5.5"
|
||||
dirs = "6.0.0"
|
||||
dunce = "1.0.5"
|
||||
|
||||
Reference in New Issue
Block a user