diff --git a/Cargo.lock b/Cargo.lock index edced8ab19..5bd3afa48f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9216,9 +9216,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/util/build/script/Cargo.toml b/util/build/script/Cargo.toml index 43a1ce579c..06930c1fa7 100644 --- a/util/build/script/Cargo.toml +++ b/util/build/script/Cargo.toml @@ -13,4 +13,4 @@ cargo-emit = "0.2.1" displaydoc = { version = "0.2", default-features = false } lazy_static = "1.4" url = "2.5" -walkdir = "2.4" +walkdir = "2.5"