Skip to content

Commit

Permalink
Update miniz_oxide to 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Aug 24, 2024
1 parent 4d5a4b1 commit e38e7e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

* Updated to miniz_oxide 0.8.0.

## 0.17.13

* Fix `Send` bound on `Reader`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bitflags = "1.0"
crc32fast = "1.2.0"
fdeflate = "0.3.3"
flate2 = "1.0.11"
miniz_oxide = { version = "0.7.1", features = ["simd"] }
miniz_oxide = { version = "0.8", features = ["simd"] }

[dev-dependencies]
byteorder = "1.5.0"
Expand Down

0 comments on commit e38e7e1

Please sign in to comment.