X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=9efa70310053989a1b08df8f900e0765f6e13643;hb=a27baecbdfdcb9d4772b5e136ed96b878c126bb4;hp=35e078d65779ca4876a9bf9d2e3f76e306aa3511;hpb=0e489f322155113fe911352895a8fee68a9751d7;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 35e078d6577..9efa7031005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.166" +version = "0.0.195" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -37,18 +37,19 @@ path = "src/driver.rs" [dependencies] # begin automatic update -clippy_lints = { version = "0.0.166", path = "clippy_lints" } +clippy_lints = { version = "0.0.195", path = "clippy_lints" } # end automatic update -cargo_metadata = "0.2" +regex = "0.2" +semver = "0.9" [dev-dependencies] -compiletest_rs = "0.2.7" -duct = "0.8.2" -lazy_static = "0.2" -regex = "0.2" +cargo_metadata = "0.5" +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 = []