summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-08 05:23:55 +0000
committerGitHub <noreply@github.com>2021-03-08 05:23:55 +0000
commit7fde8cc1a4a5b81044a899399ecad791277bacb2 (patch)
tree9797ce5c7d3b74991a10d88ecd9344cc91159625
parent5254dbfd25d5284728ab624dca1969d61427a0db (diff)
downloadrust-installer-dependabot/cargo/remove_dir_all-0.7.tar.gz
Update remove_dir_all requirement from 0.5 to 0.7dependabot/cargo/remove_dir_all-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] <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..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"]