]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/Cargo.toml
Version Bump
[rust.git] / clippy_lints / Cargo.toml
index 414cd68a6601c9d89c4147eb0161c3b2ab456ac9..9249e871204375b1ed2b680e983480add4777b6e 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.166"
+version = "0.0.186"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
@@ -17,7 +17,7 @@ keywords = ["clippy", "lint", "plugin"]
 
 [dependencies]
 itertools = "0.6.0"
-lazy_static = "0.2.8"
+lazy_static = "1.0"
 matches = "0.1.2"
 quine-mc_cluskey = "0.2.2"
 regex-syntax = "0.4.0"
@@ -28,6 +28,7 @@ toml = "0.4"
 unicode-normalization = "0.1"
 pulldown-cmark = "0.0.15"
 url = "1.5.0"
+if_chain = "0.1"
 
 [features]
 debugging = []