summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-01-07 10:14:08 -0500
committerGitHub <noreply@github.com>2022-01-07 10:14:08 -0500
commit56060a5b6bd06009c877acf7524b01406dd63a3e (patch)
tree913b3b7545e389aa68d0227904ccaa39289db2a1
parent03548a847f9aff8b1c7824d0e3e3e5b523e101a7 (diff)
parentef4abfc1d21b24418a7619215e8ee3dc42e6c4d1 (diff)
Merge pull request #936 from gbarta/fix_fd_issue_931
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"