mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build(deps): update rust crate dunce to 1.0.3
This commit is contained in:
+2
-2
@@ -39,7 +39,7 @@ chrono = { version = "0.4.22", features = ["clock", "std"] }
|
||||
clap = { version = "4.0.10", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "4.0.2"
|
||||
dirs-next = "2.0.0"
|
||||
dunce = "1.0.2"
|
||||
dunce = "1.0.3"
|
||||
gethostname = "0.2.3"
|
||||
# Addresses https://github.com/starship/starship/issues/4251
|
||||
git-features = { version = "0.22.6", features = ["fs-walkdir-single-threaded"] }
|
||||
@@ -111,7 +111,7 @@ nix = { version = "0.25.0", default-features = false, features = ["feature", "fs
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = { version = "0.16.3", default-features = false }
|
||||
dunce = "1.0.2"
|
||||
dunce = "1.0.3"
|
||||
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
winres = "0.1.12"
|
||||
|
||||
Reference in New Issue
Block a user