diff --git a/Cargo.lock b/Cargo.lock index 6dbbfc4ba1e..a4bef6c02a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "clippy_lints" version = "0.0.212" -source = "git+https://github.com/rust-lang/rust-clippy?rev=1838bfe5a9ff951ffd716e4632156113d95d14a4#1838bfe5a9ff951ffd716e4632156113d95d14a4" +source = "git+https://github.com/rust-lang/rust-clippy?rev=f1753522d8f3bb2d218266b4760f7a99f027f5ca#f1753522d8f3bb2d218266b4760f7a99f027f5ca" dependencies = [ "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1345,7 +1345,7 @@ version = "1.33.0" dependencies = [ "cargo 0.34.0 (git+https://github.com/rust-lang/cargo?rev=907c0febe7045fa02dff2a35c5e36d3bd59ea50d)", "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=1838bfe5a9ff951ffd716e4632156113d95d14a4)", + "clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=f1753522d8f3bb2d218266b4760f7a99f027f5ca)", "crossbeam-channel 0.3.6 (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)", @@ -2228,7 +2228,7 @@ dependencies = [ "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" "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=1838bfe5a9ff951ffd716e4632156113d95d14a4)" = "" +"checksum clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=f1753522d8f3bb2d218266b4760f7a99f027f5ca)" = "" "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 7da7729f784..2a061a9ff33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ test = false [dependencies] cargo = { git = "https://github.com/rust-lang/cargo", rev = "907c0febe7045fa02dff2a35c5e36d3bd59ea50d" } cargo_metadata = "0.6" -clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "1838bfe5a9ff951ffd716e4632156113d95d14a4", optional = true } +clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "f1753522d8f3bb2d218266b4760f7a99f027f5ca", optional = true } env_logger = "0.6" failure = "0.1.1" home = "0.3"