fix(deps): update rust crate walkdir to 2.3.3

This commit is contained in:
renovate[bot] 2023-03-16 19:49:04 +00:00 committed by GitHub
parent 6ad63a774b
commit 9797619217
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

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

View file

@ -20,7 +20,7 @@ git2 = { version = "0.16.1", default-features = false, features = ["vendored-lib
serde = { version = "1.0.156", default-features = false, features = ["derive"] }
serde_derive = "1.0.156"
toml = "0.7.3"
walkdir = "2.3.2"
walkdir = "2.3.3"
[badges]
maintenance = { status = "actively-developed" }