Bump walkdir from 2.3.2 to 2.4.0

Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.3.2 to 2.4.0.
- [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.2...2.4.0)

---
updated-dependencies:
- dependency-name: walkdir
  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] 2023-09-22 09:31:52 +00:00 committed by GitHub
parent 303e2053be
commit 3ae8e23bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -769,12 +769,11 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
version = "2.3.2"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]

View File

@ -45,4 +45,4 @@ unicode-normalization = "0.1.22"
pretty_assertions = "1.4.0"
rstest = "0.16.0"
tempfile = "3.3.0"
walkdir = "2.3.2"
walkdir = "2.4.0"