Skip to content

Commit 838c201

Browse files
committed
Auto merge of #5915 - matthiaskrgr:deps_, r=Manishearth
deps: bump cargo_metadata and semver cargo_metadata 0.9.1 -> 0.11.1 semver 0.9.0 -> 0.10.0 changelog: none
2 parents 8332fe8 + 262db3b commit 838c201

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ path = "src/driver.rs"
3131
# begin automatic update
3232
clippy_lints = { version = "0.0.212", path = "clippy_lints" }
3333
# end automatic update
34-
semver = "0.9"
34+
semver = "0.10"
3535
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
3636
tempfile = { version = "3.1.0", optional = true }
3737
lazy_static = "1.0"
3838

3939
[dev-dependencies]
40-
cargo_metadata = "0.9.1"
40+
cargo_metadata = "0.11.1"
4141
compiletest_rs = { version = "0.5.0", features = ["tmp"] }
4242
tester = "0.7"
4343
lazy_static = "1.0"

clippy_lints/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.9.1"
20+
cargo_metadata = "0.11.1"
2121
if_chain = "1.0.0"
2222
itertools = "0.9"
2323
lazy_static = "1.0.2"
@@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
2828
smallvec = { version = "1", features = ["union"] }
2929
toml = "0.5.3"
3030
unicode-normalization = "0.1"
31-
semver = "0.9.0"
31+
semver = "0.10.0"
3232
# NOTE: cargo requires serde feat in its url dep
3333
# see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
3434
url = { version = "2.1.0", features = ["serde"] }

0 commit comments

Comments
 (0)