]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/Cargo.toml
Bump Clippy Version -> 0.1.53
[rust.git] / clippy_utils / Cargo.toml
index 9e07f140cf1bedd2fa896981ea4b7776856ec01f..d04c5f889dda0f24a6f9ff408cc02002b1a098a9 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy_utils"
-version = "0.1.52"
+version = "0.1.53"
 authors = ["The Rust Clippy Developers"]
 edition = "2018"
 publish = false
@@ -10,8 +10,6 @@ if_chain = "1.0.0"
 itertools = "0.9"
 regex-syntax = "0.6"
 serde = { version = "1.0", features = ["derive"] }
-smallvec = { version = "1", features = ["union"] }
-toml = "0.5.3"
 unicode-normalization = "0.1"
 rustc-semver="1.1.0"