From cfd60be8189148f1f77754ec89b44955c95f802f Mon Sep 17 00:00:00 2001 From: Jonathan Giddy Date: Sun, 28 Sep 2025 21:21:22 +0100 Subject: [PATCH] Update cloudflare-zlib-sys crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab660d53..585a9afe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ libz-sys = { version = "1.1.20", optional = true, default-features = false } libz-ng-sys = { version = "1.1.16", optional = true } # this matches the default features, but we don't want to depend on the default features staying the same libz-rs-sys = { version = "0.5.1", optional = true, default-features = false, features = ["std", "rust-allocator"] } -cloudflare-zlib-sys = { version = "0.3.5", optional = true } +cloudflare-zlib-sys = { version = "0.3.6", optional = true } miniz_oxide = { version = "0.8.5", optional = true, default-features = false, features = ["with-alloc", "simd"] } crc32fast = "1.2.0"