Update itertools to deduplicate it
This commit is contained in:
parent
86f7f78f05
commit
5928056af2
5 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.9"
|
||||
itertools = "0.10"
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
tracing = "0.1"
|
||||
rustc_ast = { path = "../rustc_ast" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue