bump itertools to 0.12
This commit is contained in:
parent
a2c1d565e5
commit
cdaccd7fce
5 changed files with 5 additions and 5 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue