Update clippy dependencies
* semver = "0.11" -> "1.0" * cargo_metadata = "0.12" -> "0.14"
This commit is contained in:
parent
f674e6f49c
commit
db9e012927
@ -22,12 +22,12 @@ path = "src/driver.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clippy_lints = { version = "0.1", path = "clippy_lints" }
|
clippy_lints = { version = "0.1", path = "clippy_lints" }
|
||||||
semver = "0.11"
|
semver = "1.0"
|
||||||
rustc_tools_util = { version = "0.2", path = "rustc_tools_util" }
|
rustc_tools_util = { version = "0.2", path = "rustc_tools_util" }
|
||||||
tempfile = { version = "3.2", optional = true }
|
tempfile = { version = "3.2", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
cargo_metadata = "0.12"
|
cargo_metadata = "0.14"
|
||||||
compiletest_rs = { version = "0.7", features = ["tmp"] }
|
compiletest_rs = { version = "0.7", features = ["tmp"] }
|
||||||
tester = "0.9"
|
tester = "0.9"
|
||||||
regex = "1.5"
|
regex = "1.5"
|
||||||
|
@ -9,7 +9,7 @@ keywords = ["clippy", "lint", "plugin"]
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cargo_metadata = "0.12"
|
cargo_metadata = "0.14"
|
||||||
clippy_utils = { path = "../clippy_utils" }
|
clippy_utils = { path = "../clippy_utils" }
|
||||||
if_chain = "1.0"
|
if_chain = "1.0"
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
@ -21,7 +21,7 @@ serde_json = { version = "1.0", optional = true }
|
|||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
unicode-normalization = "0.1"
|
unicode-normalization = "0.1"
|
||||||
unicode-script = { version = "0.5", default-features = false }
|
unicode-script = { version = "0.5", default-features = false }
|
||||||
semver = "0.11"
|
semver = "1.0"
|
||||||
rustc-semver = "1.1"
|
rustc-semver = "1.1"
|
||||||
# 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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user