From f98496abcdd7311e05fbb0414c0db3077f2baddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:47:08 +0000 Subject: [PATCH] Bump normpath from 0.3.2 to 1.0.1 Bumps [normpath](https://github.com/dylni/normpath) from 0.3.2 to 1.0.1. - [Release notes](https://github.com/dylni/normpath/releases) - [Commits](https://github.com/dylni/normpath/compare/0.3.2...1.0.1) --- updated-dependencies: - dependency-name: normpath dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d784b5..665e93f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,11 +607,11 @@ dependencies = [ [[package]] name = "normpath" -version = "0.3.2" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04aaf5e9cb0fbf883cc0423159eacdf96a9878022084b35c462c428cab73bcaf" +checksum = "3a37f4eb793d70ebef49f4643fe4b8c0e60d266e3fb607158e64b6ee24b0d6d4" dependencies = [ - "winapi", + "windows-sys 0.42.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 139313c..99e8007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ humantime = "2.1" globset = "0.4" anyhow = "1.0" dirs-next = "2.0" -normpath = "0.3.2" +normpath = "1.0.1" once_cell = "1.17.1" crossbeam-channel = "0.5.6" clap_complete = {version = "4.0.6", optional = true}