updating to libdeflater 0.14.0
This commit is contained in:
parent
c9fd14ba5d
commit
385efae321
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue