mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
build(deps): bump miniz_oxide from 0.8.5 to 0.8.7 (#36342)
Bumps [miniz_oxide](https://github.com/Frommi/miniz_oxide) from 0.8.5 to 0.8.7. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md">miniz_oxide's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/Frommi/miniz_oxide/compare/0.8.6..0.8.7">0.8.7</a> - 2025-04-03</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(inflate)</strong> make block boundary function a feature since it breaks semver and add to test - (<a href="862fb2c2b8
">862fb2c</a>) - oyvindln</li> </ul> <hr /> <h2><a href="https://github.com/Frommi/miniz_oxide/compare/0.8.5..0.8.6">0.8.6</a> - 2025-04-03</h2> <p>Yanked as it broke semver due to adding an enum variant - fixed in 0.8.7 by adding the new functionality as an optional feature for now.</p> <h3>Bug Fixes</h3> <ul> <li><strong>(deflate)</strong> help the compiler evade two bounds checks to improve compression performance a little - (<a href="633e59fd7e
">633e59f</a>) - oyvindln</li> <li><strong>(deflate)</strong> further deflate performance improvements especially on fast mode - (<a href="5a651048f3
">5a65104</a>) - oyvindln</li> <li><strong>(docs)</strong> update miniz_oxide readme a bit - (<a href="743ae50656
">743ae50</a>) - oyvindln</li> <li><strong>(inflate)</strong> don't use bit reverse lookup table when not using alloc and make it smaller - (<a href="8e331bbcca
">8e331bb</a>) - oyvindln</li> <li><strong>(inflate)</strong> correctly return MZError::buf from inflate on incomplete stream - (<a href="061069eed8
">061069e</a>) - oyvindln</li> <li><strong>(inflate)</strong> improve inflate perf in some cases when using wrapping buffer - (<a href="44a3e1b682
">44a3e1b</a>) - oyvindln</li> <li><strong>(inflate)</strong> evade more bounds checks in inflate and disable stop on block boundary code when compiled as dep of rustc - (<a href="953a54d692
">953a54d</a>) - oyvindln</li> <li><strong>(inflate)</strong> skip stream module when compiling as part of rustc std as it's not used there - (<a href="073160c5f9
">073160c</a>) - oyvindln</li> <li>rename serde feature, separate serde test - (<a href="eee6524fbb
">eee6524</a>) - oyvindln</li> <li>remoe unused serde BigArray implementation sizes and update Readme - (<a href="f73670a193
">f73670a</a>) - oyvindln</li> <li>Block boundary test and cleanup (<a href="https://redirect.github.com/Frommi/miniz_oxide/issues/171">#171</a>) - (<a href="82ada74738
">82ada74</a>) - Philip Taylor</li> </ul> <h3>Features</h3> <ul> <li>add derive(Serialize, Deserialize) to DecompressorOxide (<a href="https://redirect.github.com/Frommi/miniz_oxide/issues/166">#166</a>) - (<a href="c9e5996da3
">c9e5996</a>) - dishmaker</li> <li>Add API to support random access at block boundaries (<a href="https://redirect.github.com/Frommi/miniz_oxide/issues/170">#170</a>) - (<a href="240bcdde45
">240bcdd</a>) - Philip Taylor</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="81526b9416
"><code>81526b9</code></a> bump version and changelog</li> <li><a href="d78d8a9f78
"><code>d78d8a9</code></a> fix CI</li> <li><a href="c5c0cc66a3
"><code>c5c0cc6</code></a> remove block boundary enum option in c api so it compiles</li> <li><a href="862fb2c2b8
"><code>862fb2c</code></a> fix(inflate): make block boundary function a feature since it breaks semver a...</li> <li><a href="a2b8edb336
"><code>a2b8edb</code></a> fix: add missing test data</li> <li><a href="ace80a138c
"><code>ace80a1</code></a> fix(inflate): fix overflow crash introduced due to accidentally using | inste...</li> <li><a href="4afbb3d771
"><code>4afbb3d</code></a> bump version and changelog</li> <li><a href="4982644516
"><code>4982644</code></a> update readme</li> <li><a href="073160c5f9
"><code>073160c</code></a> fix(inflate): skip stream module when compiling as part of rustc std as it's ...</li> <li><a href="953a54d692
"><code>953a54d</code></a> fix(inflate): evade more bounds checks in inflate and disable stop on block b...</li> <li>Additional commits viewable in <a href="https://github.com/Frommi/miniz_oxide/compare/0.8.5...0.8.7">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fb344ba4e9
commit
7555ed0eb1
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4670,9 +4670,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "miniz_oxide"
|
||||
version = "0.8.5"
|
||||
version = "0.8.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
|
||||
checksum = "ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430"
|
||||
dependencies = [
|
||||
"adler2",
|
||||
"simd-adler32",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue