From 7a24f5e517319538437e65a098f24928ed2eaa5f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 12:59:42 +0000 Subject: [PATCH] build: bump walkdir from 2.2.7 to 2.2.8 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.2.7 to 2.2.8. - [Release notes](https://github.com/BurntSushi/walkdir/releases) - [Commits](https://github.com/BurntSushi/walkdir/compare/2.2.7...2.2.8) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 12 ++++++------ src/chgrp/Cargo.toml | 2 +- src/chown/Cargo.toml | 2 +- src/cp/Cargo.toml | 2 +- src/rm/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4765ff677..903aeeaab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ name = "chgrp" version = "0.0.1" dependencies = [ "uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -202,7 +202,7 @@ dependencies = [ "clippy 0.0.212 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -310,7 +310,7 @@ dependencies = [ "libc 0.2.56 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1332,7 +1332,7 @@ dependencies = [ "getopts 0.2.19 (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 (registry+https://github.com/rust-lang/crates.io-index)", - "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2021,7 +2021,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "walkdir" -version = "2.2.7" +version = "2.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2259,7 +2259,7 @@ dependencies = [ "checksum uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d9991e24be65c5df85c9f16445554785a68e5ae7ec7feb230424ba35c24ebad7" "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" -"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" +"checksum walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c7904a7e2bb3cdf0cf5e783f44204a85a37a93151738fa349f06680f59a98b45" "checksum walker 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44971d5e5ae4f7904dffb6260ebd3910e7bcae104a94730e04a24cb6af40646b" "checksum wild 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "690e5dbd46cfaf2f3bd09875ad94e92cc56459fce505807d6ce5332671aa93ae" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" diff --git a/src/chgrp/Cargo.toml b/src/chgrp/Cargo.toml index c62b827ce..caea10ccf 100644 --- a/src/chgrp/Cargo.toml +++ b/src/chgrp/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_chgrp" path = "chgrp.rs" [dependencies] -walkdir = "2.1.4" +walkdir = "2.2.8" [dependencies.uucore] version = "0.0.1" diff --git a/src/chown/Cargo.toml b/src/chown/Cargo.toml index c75d4cdb9..2bc0dffbd 100644 --- a/src/chown/Cargo.toml +++ b/src/chown/Cargo.toml @@ -10,7 +10,7 @@ path = "chown.rs" [dependencies] glob = "0.2.11" -walkdir = "2.1" +walkdir = "2.2" [dependencies.uucore] version = "0.0.1" diff --git a/src/cp/Cargo.toml b/src/cp/Cargo.toml index bca17c17a..cabe80bcd 100644 --- a/src/cp/Cargo.toml +++ b/src/cp/Cargo.toml @@ -14,7 +14,7 @@ path = "cp.rs" [dependencies] getopts = "0.2.18" libc = "0.2.42" -walkdir = "2.1.4" +walkdir = "2.2.8" clap = "2.32.0" quick-error = "1.2.2" filetime = "0.2" diff --git a/src/rm/Cargo.toml b/src/rm/Cargo.toml index c5f7d37ff..45c9b72b9 100644 --- a/src/rm/Cargo.toml +++ b/src/rm/Cargo.toml @@ -10,7 +10,7 @@ path = "rm.rs" [dependencies] getopts = "0.2.18" -walkdir = "2.1.4" +walkdir = "2.2.8" remove_dir_all = "0.5.1" uucore = "0.0.1"