From 07cd07932d7dab27f4efd1c7df479a08d03d5063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 7 Jun 2018 07:25:31 +0000 Subject: [PATCH] Bump remove_dir_all from 0.2.0 to 0.5.1 Bumps [remove_dir_all](https://github.com/Aaronepower/remove_dir_all) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/Aaronepower/remove_dir_all/releases) - [Changelog](https://github.com/Aaronepower/remove_dir_all/blob/master/CHANGELOG.md) - [Commits](https://github.com/Aaronepower/remove_dir_all/commits/v0.3.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +----------- src/rm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3026e95d5..61965e127 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1270,15 +1270,6 @@ dependencies = [ "uucore 0.0.1", ] -[[package]] -name = "remove_dir_all" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "remove_dir_all" version = "0.5.1" @@ -1292,7 +1283,7 @@ name = "rm" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "remove_dir_all 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", "walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2181,7 +2172,6 @@ dependencies = [ "checksum regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75ecf88252dce580404a22444fc7d626c01815debba56a7f4f536772a5ff19d3" "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" "checksum regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1ac0f60d675cc6cf13a20ec076568254472551051ad5dd050364d70671bf6b" -"checksum remove_dir_all 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0882bc41b0ba6131c7f0ce97233b62d8099e3f3abc60d4938185d3e35439c0cc" "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" "checksum rust-users 0.6.0 (git+https://github.com/uutils/rust-users)" = "" "checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649" diff --git a/src/rm/Cargo.toml b/src/rm/Cargo.toml index 934d9676c..ab40b20c3 100644 --- a/src/rm/Cargo.toml +++ b/src/rm/Cargo.toml @@ -11,7 +11,7 @@ path = "rm.rs" [dependencies] getopts = "0.2.14" walkdir = "2.1.4" -remove_dir_all = "0.2" +remove_dir_all = "0.5.1" uucore = { path="../uucore" } [[bin]]