diff options
| author | xFrednet <xFrednet@gmail.com> | 2021-11-02 14:19:31 +0100 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2021-11-02 14:19:31 +0100 |
| commit | db9e012927f485038d700fa67fd899401ceab1d5 (patch) | |
| tree | 768debf6af97d9ae01f1c547620706e41bfb4bd1 | |
| parent | f674e6f49c83ba90b50e3fa528f0e4d12b433bed (diff) | |
| download | rust-db9e012927f485038d700fa67fd899401ceab1d5.tar.gz rust-db9e012927f485038d700fa67fd899401ceab1d5.zip | |
Update clippy dependencies
* semver = "0.11" -> "1.0" * cargo_metadata = "0.12" -> "0.14"
| -rw-r--r-- | Cargo.toml | 4 | ||||
| -rw-r--r-- | clippy_lints/Cargo.toml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index ed7fb144013..d475aaa3ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,12 +22,12 @@ path = "src/driver.rs" [dependencies] clippy_lints = { version = "0.1", path = "clippy_lints" } -semver = "0.11" +semver = "1.0" rustc_tools_util = { version = "0.2", path = "rustc_tools_util" } tempfile = { version = "3.2", optional = true } [dev-dependencies] -cargo_metadata = "0.12" +cargo_metadata = "0.14" compiletest_rs = { version = "0.7", features = ["tmp"] } tester = "0.9" regex = "1.5" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index aaf9ac83d49..281480b8d94 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["clippy", "lint", "plugin"] edition = "2021" [dependencies] -cargo_metadata = "0.12" +cargo_metadata = "0.14" clippy_utils = { path = "../clippy_utils" } if_chain = "1.0" itertools = "0.10" @@ -21,7 +21,7 @@ serde_json = { version = "1.0", optional = true } toml = "0.5" unicode-normalization = "0.1" unicode-script = { version = "0.5", default-features = false } -semver = "0.11" +semver = "1.0" rustc-semver = "1.1" # NOTE: cargo requires serde feat in its url dep # see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864> |
