From 5087cc45e4f2b1781908f8593c7a0910ca5303c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 7 Mar 2019 05:50:26 +0000 Subject: [PATCH] Update glob requirement from 0.2.11 to 0.3.0 Updates the requirements on [glob](https://github.com/rust-lang/glob) to permit the latest version. - [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[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edf640386..5cf67d750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ flate2 = { version = "1.0.3", features = ['zlib'] } fs2 = "0.4" git2 = "0.8.0" git2-curl = "0.9.0" -glob = "0.2.11" +glob = "0.3.0" hex = "0.3" home = "0.3" ignore = "0.4"