Update normpath to 0.3.2 to fix issue #931

This commit is contained in:
Gabriel Barta 2022-01-07 10:53:03 +11:00
parent 72895675ef
commit ef4abfc1d2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -345,9 +345,9 @@ dependencies = [
[[package]]
name = "normpath"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "640c20e9df4a2d4a5adad5b47e17d76dac3e824346b181931c3ec9f7a85687b1"
checksum = "04aaf5e9cb0fbf883cc0423159eacdf96a9878022084b35c462c428cab73bcaf"
dependencies = [
"winapi",
]

View File

@ -46,7 +46,7 @@ lscolors = "0.8"
globset = "0.4"
anyhow = "1.0"
dirs-next = "2.0"
normpath = "0.3"
normpath = "0.3.2"
chrono = "0.4"
once_cell = "1.9.0"