]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/Cargo.toml
Allow `suboptimal_flops` in const functions
[rust.git] / clippy_lints / Cargo.toml
index aaf9ac83d49005dad0df8a05de2dc7818dcedd06..281480b8d94914c2d1835a1fb7d2d1fb62620b18 100644 (file)
@@ -9,7 +9,7 @@ keywords = ["clippy", "lint", "plugin"]
 edition = "2021"
 
 [dependencies]
-cargo_metadata = "0.12"
+cargo_metadata = "0.14"
 clippy_utils = { path = "../clippy_utils" }
 if_chain = "1.0"
 itertools = "0.10"
@@ -21,7 +21,7 @@ serde_json = { version = "1.0", optional = true }
 toml = "0.5"
 unicode-normalization = "0.1"
 unicode-script = { version = "0.5", default-features = false }
-semver = "0.11"
+semver = "1.0"
 rustc-semver = "1.1"
 # NOTE: cargo requires serde feat in its url dep
 # see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>