Upgrade itertools to 0.9

This commit is contained in:
Matthew Gordon 2020-05-22 21:12:09 -04:00
parent 3c9d968f7e
commit c02ad9637d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
alga = "0.9"
itertools = "0.8"
itertools = "0.9"
obj = "0.9"
quickcheck = "0.9"
quickcheck_macros = "0.8"