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:
parent
cc37f645ba
commit
f78586ff7b
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue