X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=9efa70310053989a1b08df8f900e0765f6e13643;hb=a27baecbdfdcb9d4772b5e136ed96b878c126bb4;hp=a022264985db61e125da34177d0439539d708c99;hpb=f975fb54f8e8678f8c34d7eaaa2c927b3b6bcac7;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index a022264985d..9efa7031005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.171" +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.171", 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.3" -duct = "0.8.2" -lazy_static = "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 = []