]> git.lizzy.rs Git - rust.git/commitdiff
Make sure clippy does not duplicate depenencies
authorOliver Schneider <github35764891676564198441@oli-obk.de>
Mon, 2 Jul 2018 08:36:07 +0000 (10:36 +0200)
committerOliver Schneider <github35764891676564198441@oli-obk.de>
Mon, 2 Jul 2018 08:36:07 +0000 (10:36 +0200)
src/Cargo.lock
src/tools/clippy

index dd4b09fa20d7cf6460a82d23bee069d9a73b9ed8..7b5b86d39fc525059127f56938116b5c98711622 100644 (file)
@@ -310,17 +310,20 @@ name = "clippy"
 version = "0.0.211"
 dependencies = [
  "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "backtrace 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "clippy-mini-macro-test 0.2.0",
  "clippy_lints 0.0.211",
  "compiletest_rs 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "serde 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
  "serde_derive 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
index 63041d070b72b37c07fe3c0764f82ae3c3606028..41972f89dcb99819191ffbf2381430e63e9d916d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 63041d070b72b37c07fe3c0764f82ae3c3606028
+Subproject commit 41972f89dcb99819191ffbf2381430e63e9d916d