diff --git a/Cargo.lock b/Cargo.lock index 26db292d..fb4aac85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 55435a2b..298a778e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"