@@ -19,16 +19,16 @@ and raw deflate streams.
19
19
exclude = [" .*" ]
20
20
21
21
[dependencies ]
22
- libz-sys = { version = " 1.1.20 " , optional = true , default-features = false }
23
- libz-ng-sys = { version = " 1.1.16 " , optional = true }
22
+ libz-sys = { version = " 1.1.22 " , optional = true , default-features = false }
23
+ libz-ng-sys = { version = " 1.1.22 " , optional = true }
24
24
# this matches the default features, but we don't want to depend on the default features staying the same
25
25
libz-rs-sys = { version = " 0.5.0" , optional = true , default-features = false , features = [" std" , " rust-allocator" ] }
26
- cloudflare-zlib-sys = { version = " 0.3.5 " , optional = true }
27
- miniz_oxide = { version = " 0.8.5 " , optional = true , default-features = false , features = [" with-alloc" ] }
28
- crc32fast = " 1.2.0 "
26
+ cloudflare-zlib-sys = { version = " 0.3.6 " , optional = true }
27
+ miniz_oxide = { version = " 0.8.8 " , optional = true , default-features = false , features = [" with-alloc" ] }
28
+ crc32fast = " 1.4.2 "
29
29
30
30
[target .'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))' .dependencies ]
31
- miniz_oxide = { version = " 0.8.5 " , default-features = false , features = [" with-alloc" ] }
31
+ miniz_oxide = { version = " 0.8.8 " , default-features = false , features = [" with-alloc" ] }
32
32
33
33
[dev-dependencies ]
34
34
rand = " 0.9"
0 commit comments