Skip to content

Commit 5ab867c

Browse files
committed
Auto merge of rust-lang#4169 - lzutao:bump-cargo_metadata, r=Manishearth
Bump cargo metadata Sorry, I forgot to bump `cargo_metadata` in sub-crates. changelog: none r? @matthiaskrgr
2 parents b0ec33f + 352f183 commit 5ab867c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Philipp Hansch <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
clap = "~2.32"
8+
clap = "2.33"
99
itertools = "0.8"
1010
regex = "1"
1111
lazy_static = "1.0"

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.7.1"
20+
cargo_metadata = "0.8.0"
2121
itertools = "0.8"
2222
lazy_static = "1.0.2"
2323
matches = "0.1.7"

0 commit comments

Comments
 (0)