Update itertools to 0.11.
Because the API for `with_position` improved in 0.11 and I want to use it.
This commit is contained in:
parent
494560cb57
commit
c043d0169d
@ -43,7 +43,7 @@ diff = "0.1"
|
|||||||
dirs = "4.0"
|
dirs = "4.0"
|
||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
ignore = "0.4"
|
ignore = "0.4"
|
||||||
itertools = "0.10"
|
itertools = "0.11"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
regex = "1.7"
|
regex = "1.7"
|
||||||
serde = { version = "1.0.160", features = ["derive"] }
|
serde = { version = "1.0.160", features = ["derive"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user