Skip to content

Commit 296b79b

Browse files
authored
Merge pull request #3079 from matthiaskrgr/update_cargo_metadata
deps: update cargo_metadata from 0.5 to 0.6.
2 parents b1620f5 + 2224fbb commit 296b79b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ regex = "1"
4646
semver = "0.9"
4747

4848
[dev-dependencies]
49-
cargo_metadata = "0.5"
49+
cargo_metadata = "0.6"
5050
compiletest_rs = "0.3.7"
5151
lazy_static = "1.0"
5252
serde_derive = "1.0"

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["clippy", "lint", "plugin"]
1919
edition = "2018"
2020

2121
[dependencies]
22-
cargo_metadata = "0.5"
22+
cargo_metadata = "0.6"
2323
itertools = "0.7"
2424
lazy_static = "1.0.2"
2525
matches = "0.1.7"

0 commit comments

Comments
 (0)