summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-27 05:13:15 +0000
committerGitHub <noreply@github.com>2020-08-27 05:13:15 +0000
commitb236016a38bbfa4921541aecedd02375ccc0afef (patch)
tree14876bc6481adab9e871659ec86fc699f3d22353
parentd66f476b4d5e7fdf1ec215c9ac16c923dc292324 (diff)
downloadrust-installer-dependabot/cargo/remove_dir_all-0.6.tar.gz
Update remove_dir_all requirement from 0.5 to 0.6dependabot/cargo/remove_dir_all-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] <support@dependabot.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]