Update glob to 0.3.0

This commit is contained in:
Paul van Tilburg 2020-02-03 21:17:53 +01:00
parent cf98062787
commit 22821fedbc
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -703,7 +703,7 @@ version = "1.0.1"
dependencies = [
"Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
"comrak 0.7.0 (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)",
"rocket 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rocket_contrib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
comrak = "0.7.0"
glob = "0.2.11"
glob = "0.3.0"
Inflector = "*"
rocket = "0.4.2"
serde = "1.0"