Merge pull request #1269 from sharkdp/dependabot/cargo/normpath-1.0.1

Bump normpath from 0.3.2 to 1.0.1
This commit is contained in:
Thayne McCombs 2023-03-03 00:27:06 -07:00 committed by GitHub
commit 06a6a118a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

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

View File

@ -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.1.4", optional = true}