Update Rust crate walkdir to 2.4.0 #51

Merged
kjuulh merged 1 commits from renovate/all into main 2023-09-05 16:53:06 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit dfbe403f61 - Show all commits

4
Cargo.lock generated
View File

@@ -396,9 +396,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "walkdir"
version = "2.3.3"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
dependencies = [
"same-file",
"winapi-util",

View File

@@ -10,5 +10,5 @@ clap = { version = "4.4.2", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.8.1"
regex = "1.9.5"
walkdir = "2.3.3"
walkdir = "2.4.0"