Skip to content

Commit

Permalink
Auto merge of rust-lang#6184 - ebroto:bump_cargo_metadata, r=ebroto
Browse files Browse the repository at this point in the history
bump cargo_metadata version

changelog: none

r? `@ghost` (master broken)
  • Loading branch information
bors committed Oct 16, 2020
2 parents e351e5c + 701c7e2 commit 81890c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
tempfile = { version = "3.1.0", optional = true }

[dev-dependencies]
cargo_metadata = "0.11.1"
cargo_metadata = "0.12"
compiletest_rs = { version = "0.5.0", features = ["tmp"] }
tester = "0.7"
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
Expand Down
2 changes: 1 addition & 1 deletion clippy_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["clippy", "lint", "plugin"]
edition = "2018"

[dependencies]
cargo_metadata = "0.11.1"
cargo_metadata = "0.12"
if_chain = "1.0.0"
itertools = "0.9"
pulldown-cmark = { version = "0.8", default-features = false }
Expand Down

0 comments on commit 81890c5

Please sign in to comment.