Skip to content

Commit fc06575

Browse files
committed
update zlib-rs to 0.5.4
1 parent 7d4c733 commit fc06575

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
@@ -26,7 +26,7 @@ required-features = ["zlib-rs"]
2626
libz-sys = { version = "1.1.20", optional = true, default-features = false }
2727
libz-ng-sys = { version = "1.1.16", optional = true }
2828
# this matches the default features, but we don't want to depend on the default features staying the same
29-
zlib-rs = { version = "0.5.3", optional = true, default-features = false, features = ["std", "rust-allocator"] }
29+
zlib-rs = { version = "0.5.4", optional = true, default-features = false, features = ["std", "rust-allocator"] }
3030
cloudflare-zlib-sys = { version = "0.3.6", optional = true }
3131
## This implementation uses only safe Rust code and doesn't require a C compiler.
3232
## It provides good performance for most use cases while being completely portable.

0 commit comments

Comments
 (0)