]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/Cargo.toml
publish
[rust.git] / clippy_lints / Cargo.toml
index aa994cd72592339dace6a6804a27be90ad31c89e..5b7a771db2918b4b0fcb58a0c4c225548fd258ee 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.70"
+version = "0.0.109"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
@@ -16,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 = []