Downgrade libdeflater to version 1.24.0

Downgrade libdeflater dependency from 1.25.0 to 1.24.0
This commit is contained in:
Frank Elsinga 2025-11-05 11:04:01 +01:00 committed by GitHub
parent 99eccf3f30
commit d5dfeeba48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ required-features = ["zopfli"]
zopfli = { version = "0.8.3", optional = true, default-features = false, features = ["std", "zlib"] }
rgb = "0.8.52"
indexmap = "2.12.0"
libdeflater = "1.25.0"
libdeflater = "1.24.0"
log = "0.4.28"
bitvec = "1.0.1"
rustc-hash = "2.1.1"