Skip to content

Commit dc6cab4

Browse files
authored
Merge pull request #420 from oyvindln/update_miniz_oxide
update miniz_oxide dependency to 0.8.x
2 parents 01c3f03 + 079473d commit dc6cab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ libz-sys = { version = "1.1.8", optional = true, default-features = false }
2222
libz-ng-sys = { version = "1.1.8", optional = true }
2323
libz-rs-sys = { version = "0.2.1", optional = true, default-features = false, features = ["std", "rust-allocator"] }
2424
cloudflare-zlib-sys = { version = "0.3.0", optional = true }
25-
miniz_oxide = { version = "0.7.1", optional = true, default-features = false, features = ["with-alloc"] }
25+
miniz_oxide = { version = "0.8.0", optional = true, default-features = false, features = ["with-alloc"] }
2626
crc32fast = "1.2.0"
2727

2828
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
29-
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
29+
miniz_oxide = { version = "0.8.0", default-features = false, features = ["with-alloc"] }
3030

3131
[dev-dependencies]
3232
rand = "0.8"

0 commit comments

Comments
 (0)