updating to libdeflater 0.14.0

This commit is contained in:
Matthias Tarasiewicz 2023-05-29 08:18:26 +02:00
parent c9fd14ba5d
commit 385efae321

View file

@ -30,8 +30,8 @@ required-features = ["zopfli"]
zopfli = { version = "0.7.4", 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" rgb = "0.8.36"
indexmap = "1.9.3" indexmap = "1.9.3"
libdeflater = "0.11.0" libdeflater = "0.14.0"
log = "0.4.17" log = "0.4.18"
stderrlog = { version = "0.5.4", optional = true, default-features = false } stderrlog = { version = "0.5.4", optional = true, default-features = false }
bitvec = "1.0.1" bitvec = "1.0.1"
rustc-hash = "1.1.0" rustc-hash = "1.1.0"