]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Auto merge of #3868 - taiki-e:needless_pass_by_value, r=phansch
[rust.git] / Cargo.toml
index 359a6e43bdbbc3943e793a8e8b6df12b0ad29fc3..024b8ff28ad45e796bec77e928249c83876b4804 100644 (file)
@@ -34,7 +34,6 @@ path = "src/main.rs"
 
 [[bin]]
 name = "clippy-driver"
-test = false
 path = "src/driver.rs"
 
 [dependencies]
@@ -43,12 +42,12 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
 # end automatic update
 regex = "1"
 semver = "0.9"
-rustc_tools_util = { version = "0.1.0", path = "rustc_tools_util"}
+rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
 
 [dev-dependencies]
 clippy_dev = { version = "0.0.1", path = "clippy_dev" }
-cargo_metadata = "0.6.2"
-compiletest_rs = "0.3.16"
+cargo_metadata = "0.7.1"
+compiletest_rs = "0.3.19"
 lazy_static = "1.0"
 serde_derive = "1.0"
 clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
@@ -61,7 +60,7 @@ derive-new = "0.5"
 rustc-workspace-hack = "1.0.0"
 
 [build-dependencies]
-rustc_tools_util = { version = "0.1.0", path = "rustc_tools_util"}
+rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
 
 [features]
 debugging = []