libdeflater 0.13.0 and minor changes
Updated libdeflater from 0.11.0 to 0.13.0. Zopfli now at 0.7.2. Clap from 3.2.20 -> 3.2.23. Tested extensively and here are [reproducible performance improvements and demo](https://gist.github.com/parasew/8a4fc4bd9253b7270d908e0a23a75d7e)
This commit is contained in:
parent
cc37f645ba
commit
760335e51c
1 changed files with 3 additions and 3 deletions
|
|
@ -24,10 +24,10 @@ required-features = ["binary"]
|
|||
|
||||
[dependencies]
|
||||
itertools = "0.10.3"
|
||||
zopfli = { version = "0.7.1", optional = true }
|
||||
zopfli = { version = "0.7.2", optional = true }
|
||||
rgb = "0.8.33"
|
||||
indexmap = "1.9.1"
|
||||
libdeflater = "0.11.0"
|
||||
libdeflater = "0.13.0"
|
||||
log = "0.4.17"
|
||||
stderrlog = { version = "0.5.3", optional = true, default-features = false }
|
||||
crossbeam-channel = "0.5.6"
|
||||
|
|
@ -44,7 +44,7 @@ version = "1.5.3"
|
|||
|
||||
[dependencies.clap]
|
||||
optional = true
|
||||
version = "3.2.20"
|
||||
version = "3.2.23"
|
||||
|
||||
[dependencies.wild]
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue