1
Fork 0

Update itertools to deduplicate it

This commit is contained in:
Rémy Rakic 2022-01-14 12:33:54 +01:00
parent 86f7f78f05
commit 5928056af2
5 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ test = false
[dependencies]
bitflags = "1.2.1"
cc = "1.0.69"
itertools = "0.9"
itertools = "0.10"
tracing = "0.1"
libc = "0.2.50"
jobserver = "0.1.22"