fix(#215): Upgrade to deflate64 0.1.9
This commit is contained in:
parent
4e971d07ab
commit
193bbe125b
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue