Remove now unused itertools dependency

The `itertools` dependency became unused at a3b104a2ed, so there is no point in declaring it as a dependency any longer.

This was detected with the help of the
[`cargo-udeps`](https://github.com/est31/cargo-udeps) tool. I then
verified that it was not a false positive.
This commit is contained in:
Alejandro González 2023-04-15 15:58:08 +02:00 committed by Josh Holmer
parent cc37f645ba
commit f78586ff7b

View file

@ -23,7 +23,6 @@ path = "src/main.rs"
required-features = ["binary"]
[dependencies]
itertools = "0.10.3"
zopfli = { version = "0.7.1", optional = true }
rgb = "0.8.33"
indexmap = "1.9.1"