Update Zopfli to v0.7.4

v0.7.3 was superseeded shortly after v0.7.3 was released to address a
last minute change to the new API it introduced. OxiPNG is not affected
by this, but I think it's good practice to update Zopfli anyway.
This commit is contained in:
Alejandro González 2023-05-27 22:59:32 +02:00
parent 03e1998a9a
commit 57f437ebde
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -636,9 +636,9 @@ dependencies = [
[[package]]
name = "zopfli"
version = "0.7.3"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d23feb17659a96f728aa359297bbd2800ddd59720e1b50aa1196b7fb4027fdb2"
checksum = "4e0650ae6a051326d798eb099b632f1afb0d323d25ee4ec82ffb0779512084d5"
dependencies = [
"crc32fast",
"log",

View file

@ -27,7 +27,7 @@ name = "zopfli"
required-features = ["zopfli"]
[dependencies]
zopfli = { version = "0.7.3", optional = true, default-features = false, features = ["std", "zlib"] }
zopfli = { version = "0.7.4", optional = true, default-features = false, features = ["std", "zlib"] }
rgb = "0.8.36"
indexmap = "1.9.3"
libdeflater = "0.11.0"