]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Update needless_lifetimes_impl_trait.rs
[rust.git] / Cargo.toml
index e997eeb8f3e956108a38383c47cbd9dd31e907bb..65714e607469155b286d798d4be52dec540987fb 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.165"
+version = "0.0.189"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -37,18 +37,19 @@ path = "src/driver.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.165", path = "clippy_lints" }
+clippy_lints = { version = "0.0.189", path = "clippy_lints" }
 # end automatic update
-cargo_metadata = "0.2"
+cargo_metadata = "0.5"
+regex = "0.2"
+semver = "0.9"
 
 [dev-dependencies]
-compiletest_rs = "0.2.7"
-duct = "0.8.2"
-lazy_static = "0.2"
-regex = "0.2"
+compiletest_rs = "0.3.7"
+lazy_static = "1.0"
 serde_derive = "1.0"
-clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
+clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
 serde = "1.0"
+derive-new = "0.5"
 
 [features]
 debugging = []