mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
build(deps): update rust crate dunce to 1.0.3
This commit is contained in:
parent
227ec32d9d
commit
1480d121f4
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -680,9 +680,9 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
|
||||
|
||||
[[package]]
|
||||
name = "dunce"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
|
||||
checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
|
||||
|
||||
[[package]]
|
||||
name = "dyn-clone"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user