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] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-07 05:50:26 +00:00
parent 95b45eca19
commit 5087cc45e4
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331

View file

@ -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"