From 1243131476e38bece75d6bc0924ef78daee986a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 18:44:01 +0200 Subject: [PATCH] build(deps): bump remove_dir_all from 0.5.2 to 0.5.3 (#1329) Bumps [remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/XAMPPRocky/remove_dir_all/releases) - [Changelog](https://github.com/XAMPPRocky/remove_dir_all/blob/master/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/remove_dir_all/compare/v0.5.2...remove_dir_all@0.5.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 868f27f5..4e6f90e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -962,9 +962,9 @@ checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" [[package]] name = "remove_dir_all" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" +checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" dependencies = [ "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index f0fdf83b..e525e9b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ tempfile = "3.1.0" # More realiable than std::fs version on Windows # For removing temporary directories manually when needed # This is what tempfile uses to delete temporary directories -remove_dir_all = "0.5.2" +remove_dir_all = "0.5.3" [profile.release] codegen-units = 1