Update itertools

This commit is contained in:
Alexander Krotov
2020-07-22 05:56:55 +03:00
committed by link2xt
parent 6594fdf33a
commit bf8e83d816
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1598,9 +1598,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.8.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]

View File

@@ -43,7 +43,7 @@ strum = "0.18.0"
strum_macros = "0.18.0"
backtrace = "0.3.33"
byteorder = "1.3.1"
itertools = "0.8.0"
itertools = "0.9.0"
quick-xml = "0.18.1"
escaper = "0.1.0"
bitflags = "1.1.0"