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
This commit is contained in:
commit
838c201af9
@ -31,13 +31,13 @@ path = "src/driver.rs"
|
|||||||
# begin automatic update
|
# begin automatic update
|
||||||
clippy_lints = { version = "0.0.212", path = "clippy_lints" }
|
clippy_lints = { version = "0.0.212", path = "clippy_lints" }
|
||||||
# end automatic update
|
# end automatic update
|
||||||
semver = "0.9"
|
semver = "0.10"
|
||||||
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
|
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
|
||||||
tempfile = { version = "3.1.0", optional = true }
|
tempfile = { version = "3.1.0", optional = true }
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
cargo_metadata = "0.9.1"
|
cargo_metadata = "0.11.1"
|
||||||
compiletest_rs = { version = "0.5.0", features = ["tmp"] }
|
compiletest_rs = { version = "0.5.0", features = ["tmp"] }
|
||||||
tester = "0.7"
|
tester = "0.7"
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
|
@ -17,7 +17,7 @@ keywords = ["clippy", "lint", "plugin"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cargo_metadata = "0.9.1"
|
cargo_metadata = "0.11.1"
|
||||||
if_chain = "1.0.0"
|
if_chain = "1.0.0"
|
||||||
itertools = "0.9"
|
itertools = "0.9"
|
||||||
lazy_static = "1.0.2"
|
lazy_static = "1.0.2"
|
||||||
@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
smallvec = { version = "1", features = ["union"] }
|
smallvec = { version = "1", features = ["union"] }
|
||||||
toml = "0.5.3"
|
toml = "0.5.3"
|
||||||
unicode-normalization = "0.1"
|
unicode-normalization = "0.1"
|
||||||
semver = "0.9.0"
|
semver = "0.10.0"
|
||||||
# NOTE: cargo requires serde feat in its url dep
|
# NOTE: cargo requires serde feat in its url dep
|
||||||
# see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
|
# see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
|
||||||
url = { version = "2.1.0", features = ["serde"] }
|
url = { version = "2.1.0", features = ["serde"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user