mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
build(deps): bump miniz_oxide from 0.8.7 to 0.8.8 (#36415)
Bumps [miniz_oxide](https://github.com/Frommi/miniz_oxide) from 0.8.7 to 0.8.8. <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.7..0.8.8">0.8.8</a> - 2025-04-08</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(inflate)</strong> fix possible <code>attempt to subtract with overflow</code> (<a href="https://redirect.github.com/Frommi/miniz_oxide/issues/172">#172</a>) - (<a href="db85297b64
">db85297</a>) - Tymoteusz Kubicz</li> <li><strong>(inflate)</strong> use wrapping instead of saturating in transfer and add test cate for overflow panic in debug mode - (<a href="4ed4535230
">4ed4535</a>) - oyvindln</li> <li>disable a bunch more stuff that is not used when compiled as part of rustc - (<a href="bf3cca66bf
">bf3cca6</a>) - oyvindln</li> <li>add fuzz target for running via flate2 - (<a href="adadb9f538
">adadb9f</a>) - oyvindln</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f177ab233c
"><code>f177ab2</code></a> bump version and changelog</li> <li><a href="f1082df11e
"><code>f1082df</code></a> add flate2 fuzz target code</li> <li><a href="adadb9f538
"><code>adadb9f</code></a> fix: add fuzz target for running via flate2</li> <li><a href="bf3cca66bf
"><code>bf3cca6</code></a> fix: disable a bunch more stuff that is not used when compiled as part of rustc</li> <li><a href="4ed4535230
"><code>4ed4535</code></a> fix(inflate): use wrapping instead of saturating in transfer and add test cat...</li> <li><a href="db85297b64
"><code>db85297</code></a> fix(inflate): fix possible <code>attempt to subtract with overflow</code> (<a href="https://redirect.github.com/Frommi/miniz_oxide/issues/172">#172</a>)</li> <li>See full diff in <a href="https://github.com/Frommi/miniz_oxide/compare/0.8.7...0.8.8">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
13fa943e34
commit
a04b648421
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4686,9 +4686,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "miniz_oxide"
|
||||
version = "0.8.7"
|
||||
version = "0.8.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430"
|
||||
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
||||
dependencies = [
|
||||
"adler2",
|
||||
"simd-adler32",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue