]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/Cargo.toml
Auto merge of #7840 - dswij:question-mark-result, r=llogiq
[rust.git] / clippy_utils / Cargo.toml
index 0a1d4e1114285b18640658a9eaa0c48bd359aa64..e7fca3ae5d401b8b3f84c4c71c340145a95d27cb 100644 (file)
@@ -1,19 +1,15 @@
 [package]
 name = "clippy_utils"
-version = "0.1.54"
-authors = ["The Rust Clippy Developers"]
-edition = "2018"
+version = "0.1.57"
+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 = []