diff --git a/Cargo.lock b/Cargo.lock index 4d4ea1ff..a58e0bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 35b267ef..177f6d9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"