From fb12c30c0c33c7b009d3c05743291ecf47223652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 06:37:27 +0000 Subject: [PATCH] Bump walkdir from 2.3.1 to 2.3.2 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/BurntSushi/walkdir/releases) - [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.1...2.3.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f296e0b..d50e3b72 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 81c596b4..ad44103a 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" -- GitLab