Skip to content

Commit b9afa93

Browse files
authored
Merge pull request #503 from jongiddy/update-cloudflare-zlib
Update cloudflare-zlib-sys crate
2 parents 60dde84 + cfd60be commit b9afa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libz-sys = { version = "1.1.20", optional = true, default-features = false }
2323
libz-ng-sys = { version = "1.1.16", optional = true }
2424
# this matches the default features, but we don't want to depend on the default features staying the same
2525
libz-rs-sys = { version = "0.5.1", optional = true, default-features = false, features = ["std", "rust-allocator"] }
26-
cloudflare-zlib-sys = { version = "0.3.5", optional = true }
26+
cloudflare-zlib-sys = { version = "0.3.6", optional = true }
2727
miniz_oxide = { version = "0.8.5", optional = true, default-features = false, features = ["with-alloc", "simd"] }
2828
crc32fast = "1.2.0"
2929

0 commit comments

Comments
 (0)