diff --git a/Cargo.lock b/Cargo.lock index 9f296e0b83613634c49a9a865155456f72bb9b81..d50e3b7293e5ea4632ca1b72a68d34d2a83b34d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3988,9 +3988,9 @@ checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" [[package]] name = "walkdir" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" +checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" dependencies = [ "same-file", "winapi 0.3.9", diff --git a/Cargo.toml b/Cargo.toml index 81c596b4c440b2e6f1061017c7358203784da83a..ad44103a64ad0ef15d6c01ff692bcf2e98b4d46b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ funty = "=1.1.0" [build-dependencies] anyhow = "1.0.39" zip = { version = "0.5.11", default-features = false } -walkdir = "2.3.1" +walkdir = "2.3.2" [dev-dependencies] assert_matches = "1.5.0"