From ef4abfc1d21b24418a7619215e8ee3dc42e6c4d1 Mon Sep 17 00:00:00 2001 From: Gabriel Barta Date: Fri, 7 Jan 2022 10:53:03 +1100 Subject: [PATCH] Update normpath to 0.3.2 to fix issue #931 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 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"