1
Fork 0

Auto merge of #5381 - lzutao:itertools, r=matthiaskrgr

Bump itertools

changelog: none
This commit is contained in:
bors 2020-03-29 13:19:32 +00:00
commit ec5e9c7bbd

View file

@ -7,7 +7,7 @@ edition = "2018"
[dependencies] [dependencies]
bytecount = "0.6" bytecount = "0.6"
clap = "2.33" clap = "2.33"
itertools = "0.8" itertools = "0.9"
regex = "1" regex = "1"
lazy_static = "1.0" lazy_static = "1.0"
shell-escape = "0.1" shell-escape = "0.1"