From 193bbe125bfa4f45f13e23187091be2b9a8d8c2f Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Thu, 18 Jul 2024 21:06:33 +0000 Subject: [PATCH] fix(#215): Upgrade to deflate64 0.1.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b161f115..fb5c649e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ time = { workspace = true, optional = true, features = [ zeroize = { version = "1.8.1", optional = true, features = ["zeroize_derive"] } zstd = { version = "0.13.1", optional = true, default-features = false } zopfli = { version = "0.8.1", optional = true } -deflate64 = { version = "0.1.8", optional = true } +deflate64 = { version = "0.1.9", optional = true } lzma-rs = { version = "0.3.0", default-features = false, optional = true } [target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]