downgrade to flate2 v1.0.27 due to performance issues

dev/test builds that heavily use deflate (e.g. anything with png files)
perform *incredibly* slow with 1.0.28. also tried switching the backend
to zlib which didn't really speed things up too much.

i hate updating dependencies. *sigh*
This commit is contained in:
Gered 2023-11-11 17:59:41 -05:00
parent 9d02e23e9a
commit 39c88567b5

View file

@ -14,7 +14,7 @@ num = "0.4.1"
num-derive = "0.4.1"
num-traits = "0.2.17"
bitflags = "2.4.1"
flate2 = "1.0.28"
flate2 = "=1.0.27"
crc32fast = "1.3.2"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"