]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/Cargo.toml
Auto merge of #6782 - ojeda:readme-as-wrapper, r=flip1995
[rust.git] / clippy_lints / Cargo.toml
index 38098f8a14c783a0ae8a6b7c7b025554c518cfb6..840341fefc6a2b2053f4b48dd593a4059ae3b795 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.1.51"
+version = "0.1.52"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
@@ -34,8 +34,6 @@ rustc-semver="1.1.0"
 url = { version =  "2.1.0", features = ["serde"] }
 quote = "1"
 syn = { version = "1", features = ["full"] }
-regex = "1.4"
-lazy_static = "1.4"
 
 [features]
 deny-warnings = []