1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-18 08:12:21 +00:00

build(deps): update rust crate dunce to 1.0.4

This commit is contained in:
renovate[bot] 2023-04-19 23:45:12 +00:00 committed by GitHub
parent 4880201e5e
commit 427029e9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -722,9 +722,9 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "dunce"
version = "1.0.3"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
[[package]]
name = "dyn-clone"

View File

@ -46,7 +46,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["clock", "s
clap = { version = "4.2.4", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.2.0"
dirs-next = "2.0.0"
dunce = "1.0.3"
dunce = "1.0.4"
gethostname = "0.4.2"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.43.1", default-features = false, features = ["max-performance-safe"] }
@ -118,7 +118,7 @@ nix = { version = "0.26.2", default-features = false, features = ["feature", "fs
[build-dependencies]
shadow-rs = { version = "0.21.0", default-features = false }
dunce = "1.0.3"
dunce = "1.0.4"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.12"