Merge pull request #18 from zoni/dependabot/cargo/walkdir-2.3.2

Bump walkdir from 2.3.1 to 2.3.2
This commit is contained in:
Nick Groenen 2021-04-11 15:57:52 +02:00 committed by GitHub
commit f2e55f285a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -634,9 +634,9 @@ checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
[[package]]
name = "walkdir"
version = "2.3.1"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",

View File

@ -42,4 +42,4 @@ snafu = "0.6.10"
[dev-dependencies]
pretty_assertions = "0.6.1"
tempfile = "3.2.0"
walkdir = "2.3.1"
walkdir = "2.3.2"