X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=65714e607469155b286d798d4be52dec540987fb;hb=1aaeb3f16bc4d843edee5dc2c10c9a5b50b78f79;hp=3d3b8abaa7695882dab812dad70819c6a751c9cf;hpb=50ffaca4c9686af96ab86a8ec201f5b31dd62a32;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 3d3b8abaa76..65714e60746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.165" +version = "0.0.189" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -37,20 +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 = [] - -[workspace]