fix: replace unmaintained crates yaml-rust, dirs-next (#5887)

This commit is contained in:
David Knaack
2024-03-29 12:14:57 +01:00
committed by GitHub
parent e4d0c2db5a
commit 796a411602
11 changed files with 131 additions and 30 deletions
+2 -2
View File
@@ -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"] }