diff --git a/Cargo.lock b/Cargo.lock index 46a2609..491b00d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index c7153e4..e53e9db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"