From b236016a38bbfa4921541aecedd02375ccc0afef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 05:13:15 +0000 Subject: [PATCH] Update remove_dir_all requirement from 0.5 to 0.6 Updates the requirements on [remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all) to permit the latest version. - [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/remove_dir_all@0.5.3...v0.6.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7979528..24266b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tar = "0.4.13" walkdir = "2" xz2 = "0.1.4" num_cpus = "1" -remove_dir_all = "0.5" +remove_dir_all = "0.6" [dependencies.clap] features = ["yaml"]