Skip to content

Commit 81890c5

Browse files
committed
Auto merge of #6184 - ebroto:bump_cargo_metadata, r=ebroto
bump cargo_metadata version changelog: none r? `@ghost` (master broken)
2 parents e351e5c + 701c7e2 commit 81890c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
3636
tempfile = { version = "3.1.0", optional = true }
3737

3838
[dev-dependencies]
39-
cargo_metadata = "0.11.1"
39+
cargo_metadata = "0.12"
4040
compiletest_rs = { version = "0.5.0", features = ["tmp"] }
4141
tester = "0.7"
4242
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }

clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = ["clippy", "lint", "plugin"]
1717
edition = "2018"
1818

1919
[dependencies]
20-
cargo_metadata = "0.11.1"
20+
cargo_metadata = "0.12"
2121
if_chain = "1.0.0"
2222
itertools = "0.9"
2323
pulldown-cmark = { version = "0.8", default-features = false }

0 commit comments

Comments
 (0)