From e1d1fd22d1f99ef84582c4e9bd2473f7574468cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:41:51 +0000 Subject: [PATCH] build(deps): bump normpath from 1.1.1 to 1.2.0 Bumps [normpath](https://github.com/dylni/normpath) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/dylni/normpath/releases) - [Commits](https://github.com/dylni/normpath/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: normpath dependency-type: direct:production update-type: version-update:semver-minor ... 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 f983af6..f114fd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -528,11 +528,11 @@ dependencies = [ [[package]] name = "normpath" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5" +checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 711bf63..06cde93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ humantime = "2.1" globset = "0.4" anyhow = "1.0" etcetera = "0.8" -normpath = "1.1.1" +normpath = "1.2.0" crossbeam-channel = "0.5.11" clap_complete = {version = "4.4.9", optional = true} faccess = "0.2.4"