dependabot[bot] opened a new pull request, #172:
URL: https://github.com/apache/avro-rs/pull/172

   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="https://github.com/Frommi/miniz_oxide/commit/862fb2c2b8b7847294224a74c8055e98285a80ea";>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="https://github.com/Frommi/miniz_oxide/commit/633e59fd7efa3fe73be7a712503a9b5ede7ef2c1";>633e59f</a>)
 - oyvindln</li>
   <li><strong>(deflate)</strong> further deflate performance improvements 
especially on fast mode - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/5a651048f3ef69d65aa28ffb8ecb78229e081dc1";>5a65104</a>)
 - oyvindln</li>
   <li><strong>(docs)</strong> update miniz_oxide readme a bit - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/743ae5065612893ac073ade262bf3a2933702a73";>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="https://github.com/Frommi/miniz_oxide/commit/8e331bbccae4691d68e1135b87662fb61cdb05da";>8e331bb</a>)
 - oyvindln</li>
   <li><strong>(inflate)</strong> correctly return MZError::buf from inflate on 
incomplete stream - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/061069eed84bcb7b7d84ade442fe31b817a3464f";>061069e</a>)
 - oyvindln</li>
   <li><strong>(inflate)</strong> improve inflate perf in some cases when using 
wrapping buffer - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/44a3e1b682b8fb61511afdd24397eec8c241edd8";>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="https://github.com/Frommi/miniz_oxide/commit/953a54d6924422e531984737c3a4c158b06d4271";>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="https://github.com/Frommi/miniz_oxide/commit/073160c5f9f972d5245e0152e94a5d855a843a03";>073160c</a>)
 - oyvindln</li>
   <li>rename serde feature, separate serde test - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/eee6524fbbd0e6ad05a16c90a2aa57e65816e7f1";>eee6524</a>)
 - oyvindln</li>
   <li>remoe unused serde BigArray implementation sizes and update Readme - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/f73670a193dfdd8ce3ce0dd24125efd6e1a90fcd";>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="https://github.com/Frommi/miniz_oxide/commit/82ada74738db584f54fe3c1310771d9ffa3cb924";>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="https://github.com/Frommi/miniz_oxide/commit/c9e5996da3179261ed07f76f9d0beff0e5c91b4a";>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="https://github.com/Frommi/miniz_oxide/commit/240bcdde45bc1befe8a43f9d53b955518da1d152";>240bcdd</a>)
 - Philip Taylor</li>
   </ul>
   <hr />
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/81526b94167c1e0dbe52308659b640e4d170e902";><code>81526b9</code></a>
 bump version and changelog</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/d78d8a9f781c3250e2c5082529341f21fbfcbdbe";><code>d78d8a9</code></a>
 fix CI</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/c5c0cc66a3b0a40aec23d89c46a88a22e52d4c21";><code>c5c0cc6</code></a>
 remove block boundary enum option in c api so it compiles</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/862fb2c2b8b7847294224a74c8055e98285a80ea";><code>862fb2c</code></a>
 fix(inflate): make block boundary function a feature since it breaks semver 
a...</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/a2b8edb3367d7dda78c347fcfaa3adb964c6534f";><code>a2b8edb</code></a>
 fix: add missing test data</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/ace80a138c5d17e043d556762a1a3812e6a84034";><code>ace80a1</code></a>
 fix(inflate): fix overflow crash introduced due to accidentally using | 
inste...</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/4afbb3d771cc95dc489a4208c07c3d6d518fe45c";><code>4afbb3d</code></a>
 bump version and changelog</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/4982644516fdff48faa7075649c124cbad3008ff";><code>4982644</code></a>
 update readme</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/073160c5f9f972d5245e0152e94a5d855a843a03";><code>073160c</code></a>
 fix(inflate): skip stream module when compiling as part of rustc std as it's 
...</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/953a54d6924422e531984737c3a4c158b06d4271";><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 />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=miniz_oxide&package-manager=cargo&previous-version=0.8.5&new-version=0.8.7)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to