mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
deps: update cargo_metadata from 0.5 to 0.6.
This commit is contained in:
parent
72344f466f
commit
2224fbb5f7
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ regex = "1"
|
|||
semver = "0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
cargo_metadata = "0.5"
|
||||
cargo_metadata = "0.6"
|
||||
compiletest_rs = "0.3.7"
|
||||
lazy_static = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
|
|
@ -19,7 +19,7 @@ keywords = ["clippy", "lint", "plugin"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cargo_metadata = "0.5"
|
||||
cargo_metadata = "0.6"
|
||||
itertools = "0.7"
|
||||
lazy_static = "1.0.2"
|
||||
matches = "0.1.7"
|
||||
|
|
Loading…
Reference in a new issue