Skip to content

Commit ecfdc2d

Browse files
folkertdevByron
authored andcommitted
update zlib-rs to 0.5.5
1 parent 6e25a3f commit ecfdc2d

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
@@ -22,7 +22,7 @@ exclude = [".*"]
2222
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
25-
zlib-rs = { version = "0.5.3", optional = true, default-features = false, features = ["std", "rust-allocator"] }
25+
zlib-rs = { version = "0.5.5", optional = true, default-features = false, features = ["std", "rust-allocator"] }
2626
cloudflare-zlib-sys = { version = "0.3.6", optional = true }
2727
## This implementation uses only safe Rust code and doesn't require a C compiler.
2828
## It provides good performance for most use cases while being completely portable.

0 commit comments

Comments
 (0)