From 7fde8cc1a4a5b81044a899399ecad791277bacb2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:23:55 +0000 Subject: [PATCH] Update remove_dir_all requirement from 0.5 to 0.7 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.7.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..eff2c08 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.7" [dependencies.clap] features = ["yaml"]