From 503e9e760f4e2b08902974032945239eaf7e10f1 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Fri, 12 Apr 2019 14:38:59 +0200 Subject: [PATCH] Bump Clippy --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dca75bafaac..e31ec720028 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "clippy_lints" version = "0.0.212" -source = "git+https://github.com/rust-lang/rust-clippy?rev=c81e43b92c83bca75337ac26a296b909a6a98ab1#c81e43b92c83bca75337ac26a296b909a6a98ab1" +source = "git+https://github.com/rust-lang/rust-clippy?rev=abf7f911d88e9209b54cfba2776d7dbca5a440ce#abf7f911d88e9209b54cfba2776d7dbca5a440ce" dependencies = [ "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1395,7 +1395,7 @@ version = "1.35.0" dependencies = [ "cargo 0.36.0 (git+https://github.com/rust-lang/cargo?rev=ed858daaf7c62f6f2156c47d00b0c669bcf9b183)", "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=c81e43b92c83bca75337ac26a296b909a6a98ab1)", + "clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=abf7f911d88e9209b54cfba2776d7dbca5a440ce)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2318,7 +2318,7 @@ dependencies = [ "checksum cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)" = "4390a3b5f4f6bce9c1d0c00128379df433e53777fdd30e92f16a529332baec4e" "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" "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/rust-clippy?rev=c81e43b92c83bca75337ac26a296b909a6a98ab1)" = "" +"checksum clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=abf7f911d88e9209b54cfba2776d7dbca5a440ce)" = "" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" "checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007" "checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2" diff --git a/Cargo.toml b/Cargo.toml index 2aa7ea42dc6..79a599446e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rls-vfs = "0.7" cargo = { git = "https://github.com/rust-lang/cargo", rev = "ed858daaf7c62f6f2156c47d00b0c669bcf9b183" } cargo_metadata = "0.7" -clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "c81e43b92c83bca75337ac26a296b909a6a98ab1", optional = true } +clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "abf7f911d88e9209b54cfba2776d7dbca5a440ce", optional = true } env_logger = "0.6" failure = "0.1.1" home = "0.3"