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:
commit
5ab867c7f9
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user