deps: bump itertools 0.8 -> 0.9

changelog: none
This commit is contained in:
Matthias Krüger 2020-03-08 01:33:17 +01:00
parent 3d0f0e33af
commit 806699342e

View file

@ -19,7 +19,7 @@ edition = "2018"
[dependencies]
cargo_metadata = "0.9.0"
if_chain = "1.0.0"
itertools = "0.8"
itertools = "0.9"
lazy_static = "1.0.2"
matches = "0.1.7"
pulldown-cmark = { version = "0.7", default-features = false }