]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/Cargo.toml
Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-Simulacrum
[rust.git] / clippy_lints / Cargo.toml
index 40d7dd702628f77c47475290ad312c3e5b0160d1..0a3f04da35705ccb479bd918d07df089099b5b9a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy_lints"
-version = "0.1.61"
+version = "0.1.63"
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
 repository = "https://github.com/rust-lang/rust-clippy"
 readme = "README.md"
@@ -12,7 +12,7 @@ edition = "2021"
 cargo_metadata = "0.14"
 clippy_utils = { path = "../clippy_utils" }
 if_chain = "1.0"
-itertools = "0.10"
+itertools = "0.10.1"
 pulldown-cmark = { version = "0.9", default-features = false }
 quine-mc_cluskey = "0.2"
 regex-syntax = "0.6"