]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/Cargo.toml
Auto merge of #8030 - WaffleLapkin:ignore_trait_assoc_types_type_complexity, r=llogiq
[rust.git] / clippy_utils / Cargo.toml
index 4c038a997952aba3ff2fd6a14384e17d077badba..0ba0b59ed13daf6f93653f554b03f6a4d0a0076f 100644 (file)
@@ -1,12 +1,12 @@
 [package]
 name = "clippy_utils"
-version = "0.1.57"
-edition = "2018"
+version = "0.1.59"
+edition = "2021"
 publish = false
 
 [dependencies]
-if_chain = "1.0.0"
-rustc-semver="1.1.0"
+if_chain = "1.0"
+rustc-semver = "1.1"
 
 [features]
 deny-warnings = []