Downgrade libdeflater to version 1.24.0
Downgrade libdeflater dependency from 1.25.0 to 1.24.0
This commit is contained in:
parent
99eccf3f30
commit
d5dfeeba48
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue