From 760335e51c5684609318160b11794947e6a79fd9 Mon Sep 17 00:00:00 2001 From: Matthias Tarasiewicz Date: Sat, 8 Apr 2023 17:30:55 +0200 Subject: [PATCH] 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) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b0ce3fd..195509f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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