From 50aab8541d51471c449b0dfc9b7a021368c2b1a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sat, 15 Jun 2019 22:35:35 +0000 Subject: [PATCH] build: bump glob from 0.2.11 to 0.3.0 Bumps [glob](https://github.com/rust-lang/glob) from 0.2.11 to 0.3.0. - [Release notes](https://github.com/rust-lang/glob/releases) - [Commits](https://github.com/rust-lang/glob/compare/0.2.11...0.3.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 ++++++++-- src/chown/Cargo.toml | 2 +- src/dircolors/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99ba86e26..44d576afd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ name = "chown" version = "0.0.1" 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)", + "glob 0.3.0 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -422,7 +422,7 @@ dependencies = [ name = "dircolors" version = "0.0.1" dependencies = [ - "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -588,6 +588,11 @@ name = "glob" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "glob" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "groups" version = "0.0.1" @@ -2166,6 +2171,7 @@ dependencies = [ "checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2" "checksum getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "72327b15c228bfe31f1390f93dd5e9279587f0463836393c9df719ce62a3e450" "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" +"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" "checksum half 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9353c2a89d550b58fa0061d8ed8d002a7d8cdf2494eb0e432859bd3a9e543836" "checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" diff --git a/src/chown/Cargo.toml b/src/chown/Cargo.toml index 2bc0dffbd..1e6ec9e36 100644 --- a/src/chown/Cargo.toml +++ b/src/chown/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_chown" path = "chown.rs" [dependencies] -glob = "0.2.11" +glob = "0.3.0" walkdir = "2.2" [dependencies.uucore] diff --git a/src/dircolors/Cargo.toml b/src/dircolors/Cargo.toml index 9d39df0e6..f80e8c941 100644 --- a/src/dircolors/Cargo.toml +++ b/src/dircolors/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_dircolors" path = "dircolors.rs" [dependencies] -glob = "0.2.11" +glob = "0.3.0" uucore = "0.0.1" [[bin]]