From 079473d7bc8452128c9ca52c20da636d1f074fcc Mon Sep 17 00:00:00 2001 From: oyvindln Date: Tue, 13 Aug 2024 00:36:27 +0200 Subject: [PATCH] update miniz_oxide to 0.8.x --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa205d42..667967f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,11 +22,11 @@ libz-sys = { version = "1.1.8", optional = true, default-features = false } libz-ng-sys = { version = "1.1.8", optional = true } libz-rs-sys = { version = "0.2.1", optional = true, default-features = false, features = ["std", "rust-allocator"] } cloudflare-zlib-sys = { version = "0.3.0", optional = true } -miniz_oxide = { version = "0.7.1", optional = true, default-features = false, features = ["with-alloc"] } +miniz_oxide = { version = "0.8.0", optional = true, default-features = false, features = ["with-alloc"] } crc32fast = "1.2.0" [target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies] -miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } +miniz_oxide = { version = "0.8.0", default-features = false, features = ["with-alloc"] } [dev-dependencies] rand = "0.8"