diff --git a/Cargo.lock b/Cargo.lock index 13060b326..aeb0386ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4808,9 +4808,9 @@ dependencies = [ [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", diff --git a/Cargo.toml b/Cargo.toml index 70ca34bc1..35a71b766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ unicode-width = { version = "0.1.11" } unscanny = { version = "0.1.0" } url = { version = "2.5.0" } urlencoding = { version = "2.1.3" } -walkdir = { version = "2.4.0" } +walkdir = { version = "2.5.0" } which = { version = "6.0.0" } winapi = { version = "0.3.9" } zip = { version = "0.6.6", default-features = false, features = ["deflate"] }