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

   Bumps [miniz_oxide](https://github.com/Frommi/miniz_oxide) from 0.8.9 to 
0.9.0.
   <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.9..0.9.0";>0.9.0</a> - 
2026-01-12</h2>
   <p>Version bump due to a minor API break for having to add enum variants. 
Many enums have been made non_exhaustive to make it easier to avoid API breaks 
in the future.
   The minimum rust version is now 1.60.</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>(deflate)</strong> simplify stored compression, fixes to 
updating compresson level after start - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/c5a7662b061d7853d3498da4f0f165687116c324";>c5a7662</a>)
 - oyvindln</li>
   <li><strong>(deflate)</strong> make more stuff non_exhaustive, reduce 
deflate stack usage a tiny bit - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/cd2d14f0c24e29b18db9538a1ac6cb9519e86d09";>cd2d14f</a>)
 - oyvindln</li>
   <li><strong>(miniz_oxide)</strong> make tdeflflush and compressionstrategy 
non exhaustive - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/130d51d5437f09e38f85e4f6ee36ed474c636ba5";>130d51d</a>)
 - oyvindln</li>
   <li>fix flush test, make new simpler init function for compressoroxide and 
make flag creation function const - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/3bb0d51b8da1c8e4536f58fb993915726d410d18";>3bb0d51</a>)
 - oyvindln</li>
   <li>make more funtions const and make tinflstatus non_exhaustive - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/84a94e80534804151f3af5d7cf5ff6b461a8bf89";>84a94e8</a>)
 - oyvindln</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li><strong>(inflate)</strong> add documentation and doctest for 
decompress_slice_iter_to_slice - (<a 
href="https://github.com/Frommi/miniz_oxide/commit/97465ca2e441b204d4ccffe3157a0bd975a6765d";>97465ca</a>)
 - oyvindln</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>feat(deflate): add window_bits feature for deflate, don't set wbits - 
(<a 
href="https://github.com/Frommi/miniz_oxide/commit/e70e395c8f94a97b3c056a1b2fdab54163624836";>e70e395</a>)
 - oyvindln</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li>Implement support for partial flushes (<a 
href="https://redirect.github.com/Frommi/miniz_oxide/issues/179";>#179</a>) - 
(<a 
href="https://github.com/Frommi/miniz_oxide/commit/2ede365ff9b7d9eac8162d6022f480473fea2c8f";>2ede365</a>)
 - Jonathan Behrens</li>
   <li>Add decompress_with_limit to handle ring buffers (<a 
href="https://redirect.github.com/Frommi/miniz_oxide/issues/183";>#183</a>) - 
(<a 
href="https://github.com/Frommi/miniz_oxide/commit/bac1abee827765b7d639ba9c574c28e444d7d3df";>bac1abe</a>)
 - peckpeck</li>
   <li>Flush improvements (<a 
href="https://redirect.github.com/Frommi/miniz_oxide/issues/185";>#185</a>) - 
(<a 
href="https://github.com/Frommi/miniz_oxide/commit/0d276ac4dce97dcefd71effec8277b420145f508";>0d276ac</a>)
 - Jim Peters</li>
   <li>Fix flush_block to always insert zlib header correctly (<a 
href="https://redirect.github.com/Frommi/miniz_oxide/issues/187";>#187</a>) - 
(<a 
href="https://github.com/Frommi/miniz_oxide/commit/414d9b88f46b95c7b9bb60de1c9dcf1fcaed8395";>414d9b8</a>)
 - Jim Peters</li>
   </ul>
   <hr />
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/86d92e8d284b0acd451e7b6db6bdef41ae9c9db4";><code>86d92e8</code></a>
 bump c api dep version</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/ca942a76d46adb49ef2cc3a372d5d636a13803b2";><code>ca942a7</code></a>
 bump version and changelog</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/cd2d14f0c24e29b18db9538a1ac6cb9519e86d09";><code>cd2d14f</code></a>
 fix(deflate): make more stuff non_exhaustive, reduce deflate stack usage a 
ti...</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/e70e395c8f94a97b3c056a1b2fdab54163624836";><code>e70e395</code></a>
 feat(deflate): add window_bits feature for deflate, don't set wbits</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/298569d9e780796e988af00df95ecc680207f0d7";><code>298569d</code></a>
 fix: handle non_exhaustive tinfl return status in c API</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/84a94e80534804151f3af5d7cf5ff6b461a8bf89";><code>84a94e8</code></a>
 fix: make more funtions const and make tinflstatus non_exhaustive</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/3bb0d51b8da1c8e4536f58fb993915726d410d18";><code>3bb0d51</code></a>
 fix: fix flush test, make new simpler init function for compressoroxide and 
m...</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/b4bc0f666962289f4555fac5af25ef48d1159d73";><code>b4bc0f6</code></a>
 Make flush test bail out in case of problems rather than run forever (<a 
href="https://redirect.github.com/Frommi/miniz_oxide/issues/186";>#186</a>)</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/414d9b88f46b95c7b9bb60de1c9dcf1fcaed8395";><code>414d9b8</code></a>
 Fix flush_block to always insert zlib header correctly (<a 
href="https://redirect.github.com/Frommi/miniz_oxide/issues/187";>#187</a>)</li>
   <li><a 
href="https://github.com/Frommi/miniz_oxide/commit/130d51d5437f09e38f85e4f6ee36ed474c636ba5";><code>130d51d</code></a>
 fix(miniz_oxide): make tdeflflush and compressionstrategy non exhaustive</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Frommi/miniz_oxide/compare/0.8.9...0.9.0";>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.9&new-version=0.9.0)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to