From d47c96eec4c832794a6a01149dc2592f398f1910 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Fri, 24 Aug 2018 00:43:21 +0200 Subject: [PATCH] Bump clippy (for Rust repo) This should fix RLS toolstate in Rust master, see https://github.com/rust-lang/rust/pull/53638#issuecomment-415547528 for more details. --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed8b3dec381..1483bec7f2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "clippy_lints" version = "0.0.212" -source = "git+https://github.com/rust-lang-nursery/rust-clippy?rev=e9c3d3d50261b9cc6143dc02885cda265e926d30#e9c3d3d50261b9cc6143dc02885cda265e926d30" +source = "git+https://github.com/rust-lang-nursery/rust-clippy?rev=dda656652e2e1a8d615a712d7f7482c25fa0a9c2#dda656652e2e1a8d615a712d7f7482c25fa0a9c2" dependencies = [ "cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1088,7 +1088,7 @@ version = "0.130.5" dependencies = [ "cargo 0.30.0 (git+https://github.com/rust-lang/cargo?rev=6a7672ef5344c1bb570610f2574250fbee932355)", "cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy_lints 0.0.212 (git+https://github.com/rust-lang-nursery/rust-clippy?rev=e9c3d3d50261b9cc6143dc02885cda265e926d30)", + "clippy_lints 0.0.212 (git+https://github.com/rust-lang-nursery/rust-clippy?rev=dda656652e2e1a8d615a712d7f7482c25fa0a9c2)", "crossbeam-channel 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1733,7 +1733,7 @@ dependencies = [ "checksum cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "2119ea4867bd2b8ed3aecab467709720b2d55b1bcfe09f772fd68066eaf15275" "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" -"checksum clippy_lints 0.0.212 (git+https://github.com/rust-lang-nursery/rust-clippy?rev=e9c3d3d50261b9cc6143dc02885cda265e926d30)" = "" +"checksum clippy_lints 0.0.212 (git+https://github.com/rust-lang-nursery/rust-clippy?rev=dda656652e2e1a8d615a712d7f7482c25fa0a9c2)" = "" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" "checksum cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "704fbf3bb5149daab0afb255dbea24a1f08d2f4099cedb9baab6d470d4c5eefb" "checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007" diff --git a/Cargo.toml b/Cargo.toml index ef2a74ce8a1..be82ec29b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ build = "build.rs" [dependencies] cargo = { git = "https://github.com/rust-lang/cargo", rev = "6a7672ef5344c1bb570610f2574250fbee932355" } cargo_metadata = "0.6" -clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "e9c3d3d50261b9cc6143dc02885cda265e926d30", optional = true } +clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "dda656652e2e1a8d615a712d7f7482c25fa0a9c2", optional = true } env_logger = "0.5" failure = "0.1.1" itertools = "0.7.3"