diff --git a/Cargo.toml b/Cargo.toml index 31212c21..c2d78021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"