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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-01 17:41:51 +00:00 committed by GitHub
parent 969316cc0e
commit e1d1fd22d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -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]]

View File

@ -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"