bump itertools to 0.12

This commit is contained in:
klensy 2024-02-25 13:14:07 +03:00
parent a2c1d565e5
commit cdaccd7fce
5 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ cargo_metadata = "0.18"
clippy_config = { path = "../clippy_config" }
clippy_utils = { path = "../clippy_utils" }
declare_clippy_lint = { path = "../declare_clippy_lint" }
itertools = "0.11"
itertools = "0.12"
quine-mc_cluskey = "0.2"
regex-syntax = "0.8"
serde = { version = "1.0", features = ["derive"] }