]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/Cargo.toml
Auto merge of #9258 - Serial-ATA:unused-peekable, r=Alexendoo
[rust.git] / clippy_utils / Cargo.toml
index 0ba0b59ed13daf6f93653f554b03f6a4d0a0076f..c36bca06507d67b8544dd51850235166b9cf0015 100644 (file)
@@ -1,17 +1,18 @@
 [package]
 name = "clippy_utils"
-version = "0.1.59"
+version = "0.1.65"
 edition = "2021"
 publish = false
 
 [dependencies]
+arrayvec = { version = "0.7", default-features = false }
 if_chain = "1.0"
+itertools = "0.10.1"
 rustc-semver = "1.1"
 
 [features]
 deny-warnings = []
-internal-lints = []
-metadata-collector-lint = []
+internal = []
 
 [package.metadata.rust-analyzer]
 # This crate uses #[feature(rustc_private)]