From 830e4bad65d462d607b3fdbddccf8790685a7bfc Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Sun, 17 Feb 2019 19:55:30 +0100 Subject: [PATCH] Update Clippy To the version pointed at in https://github.com/rust-lang/rust/pull/58337. --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 565e6c94b1f..5cd746403de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "clippy_lints" version = "0.0.212" -source = "git+https://github.com/rust-lang/rust-clippy?rev=5a3cd31c9ed76033319a5cb63cbd0acf3d1c43a9#5a3cd31c9ed76033319a5cb63cbd0acf3d1c43a9" +source = "git+https://github.com/rust-lang/rust-clippy?rev=32ee306acbf87de1d7723e95e99c0e5e56e53749#32ee306acbf87de1d7723e95e99c0e5e56e53749" 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)", @@ -1416,7 +1416,7 @@ version = "1.34.0" dependencies = [ "cargo 0.35.0 (git+https://github.com/rust-lang/cargo?rev=4e74e2fc0908524d17735c768067117d3e84ee9c)", "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=5a3cd31c9ed76033319a5cb63cbd0acf3d1c43a9)", + "clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=32ee306acbf87de1d7723e95e99c0e5e56e53749)", "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)", @@ -2330,7 +2330,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=5a3cd31c9ed76033319a5cb63cbd0acf3d1c43a9)" = "" +"checksum clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=32ee306acbf87de1d7723e95e99c0e5e56e53749)" = "" "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 e150494cc2f..818b1678aba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ rls-vfs = "0.7" cargo = { git = "https://github.com/rust-lang/cargo", rev = "4e74e2fc0908524d17735c768067117d3e84ee9c" } cargo_metadata = "0.7" -clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "5a3cd31c9ed76033319a5cb63cbd0acf3d1c43a9", optional = true } +clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "32ee306acbf87de1d7723e95e99c0e5e56e53749", optional = true } env_logger = "0.6" failure = "0.1.1" home = "0.3"