Auto merge of #4169 - lzutao:bump-cargo_metadata, r=Manishearth

Bump cargo metadata

Sorry, I forgot to bump `cargo_metadata` in sub-crates.

changelog: none

r? @matthiaskrgr
This commit is contained in:
bors 2019-06-03 02:39:06 +00:00
commit 5ab867c7f9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ authors = ["Philipp Hansch <dev@phansch.net>"]
edition = "2018"
[dependencies]
clap = "~2.32"
clap = "2.33"
itertools = "0.8"
regex = "1"
lazy_static = "1.0"

View File

@ -17,7 +17,7 @@ keywords = ["clippy", "lint", "plugin"]
edition = "2018"
[dependencies]
cargo_metadata = "0.7.1"
cargo_metadata = "0.8.0"
itertools = "0.8"
lazy_static = "1.0.2"
matches = "0.1.7"