summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Barta <gbarta@gmail.com>2022-01-07 10:53:03 +1100
committerGabriel Barta <gbarta@gmail.com>2022-01-07 10:53:03 +1100
commitef4abfc1d21b24418a7619215e8ee3dc42e6c4d1 (patch)
tree44a263218d37fd789525d2aba3bddae311cbbbfe
parent72895675efa5842a4fe9049dfbad5736d1bf23a1 (diff)
Update normpath to 0.3.2 to fix issue #931
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9b3edec..da514c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
]
diff --git a/Cargo.toml b/Cargo.toml
index f1a74db..53007be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"