fix(#215): Upgrade to deflate64 0.1.9

This commit is contained in:
Chris Hennick 2024-07-18 21:06:33 +00:00
parent 4e971d07ab
commit 193bbe125b

View file

@ -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]