X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_lints%2FCargo.toml;h=5b7a771db2918b4b0fcb58a0c4c225548fd258ee;hb=0397c6ee9ae030d40379655d9cba826b9b18783c;hp=da10ca0c0b7af826249e1460dcb7a58b285dc065;hpb=9110b6eb601ff45dcf31e9ed58fa4d93a3b24220;p=rust.git diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index da10ca0c0b7..5b7a771db29 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "clippy_lints" -version = "0.0.69" +# begin automatic update +version = "0.0.109" +# end automatic update authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -14,11 +16,13 @@ license = "MPL-2.0" keywords = ["clippy", "lint", "plugin"] [dependencies] -regex-syntax = "0.3.0" +matches = "0.1.2" +regex-syntax = "0.4.0" semver = "0.2.1" -toml = "0.1" +toml = "0.2" unicode-normalization = "0.1" quine-mc_cluskey = "0.2.2" +rustc-serialize = "0.3" [features] debugging = []