mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix: replace unmaintained crates yaml-rust, dirs-next (#5887)
This commit is contained in:
+2
-2
@@ -45,7 +45,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
|
||||
chrono = { version = "0.4.37", default-features = false, features = ["clock", "std", "wasmbind"] }
|
||||
clap = { version = "4.5.4", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "4.5.1"
|
||||
dirs-next = "2.0.0"
|
||||
dirs = "5.0.1"
|
||||
dunce = "1.0.4"
|
||||
gethostname = "0.4.3"
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
@@ -87,7 +87,7 @@ unicode-width = "0.1.11"
|
||||
urlencoding = "2.1.3"
|
||||
versions = "6.2.0"
|
||||
which = "6.0.1"
|
||||
yaml-rust = "0.4.5"
|
||||
yaml-rust2 = "0.7.0"
|
||||
|
||||
process_control = { version = "4.1.0", features = ["crossbeam-channel"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user