]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/Cargo.toml
Auto merge of #8096 - xFrednet:0000-remove-lintcheck-log-file, r=matthiaskrgr
[rust.git] / clippy_utils / Cargo.toml
index bd592dc03da4336fca022b525eae44bf65154a38..0ba0b59ed13daf6f93653f554b03f6a4d0a0076f 100644 (file)
@@ -1,20 +1,17 @@
 [package]
 name = "clippy_utils"
-version = "0.1.52"
-authors = ["The Rust Clippy Developers"]
-edition = "2018"
+version = "0.1.59"
+edition = "2021"
 publish = false
 
 [dependencies]
-if_chain = "1.0.0"
-itertools = "0.9"
-regex-syntax = "0.6"
-serde = { version = "1.0", features = ["derive"] }
-unicode-normalization = "0.1"
-rustc-semver="1.1.0"
+if_chain = "1.0"
+rustc-semver = "1.1"
 
 [features]
+deny-warnings = []
 internal-lints = []
+metadata-collector-lint = []
 
 [package.metadata.rust-analyzer]
 # This crate uses #[feature(rustc_private)]