dependabot[bot] opened a new pull request, #7843: URL: https://github.com/apache/opendal/pull/7843
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.0 to 1.1.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.1.8</h2> <h2>What's Changed</h2> <ul> <li>Document feature flags using document-features crate by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/519">rust-lang/flate2-rs#519</a></li> <li>Complete the zlib-rs support without the need for C-bindings by <a href="https://github.com/Byron"><code>@Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/524">rust-lang/flate2-rs#524</a></li> <li>test zlib API for all compatible backends by <a href="https://github.com/Byron"><code>@Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/525">rust-lang/flate2-rs#525</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/519">rust-lang/flate2-rs#519</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.7...1.1.8">https://github.com/rust-lang/flate2-rs/compare/1.1.7...1.1.8</a></p> <h2>1.1.7 - depend on <code>zlib-rs</code> directly and remove <code>libz-rs-sys</code></h2> <h2>What's Changed</h2> <ul> <li>chore: make some documents clearer by <a href="https://github.com/reddaisyy"><code>@reddaisyy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/510">rust-lang/flate2-rs#510</a></li> <li>Explain rationale for choosing bufread,read,write modules by <a href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/512">rust-lang/flate2-rs#512</a></li> <li>use Decompress::reset() instead of recreating in DeflateDecoder by <a href="https://github.com/amirshukayev"><code>@amirshukayev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/514">rust-lang/flate2-rs#514</a></li> <li>use <code>zlib_rs</code> api by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/513">rust-lang/flate2-rs#513</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/reddaisyy"><code>@reddaisyy</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/510">rust-lang/flate2-rs#510</a></li> <li><a href="https://github.com/amirshukayev"><code>@amirshukayev</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/514">rust-lang/flate2-rs#514</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6">https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6</a></p> <h2>1.1.6 - YANKED</h2> <p>It caused <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/515">rust-lang/flate2-rs#515</a>.</p> <h2>What's Changed</h2> <ul> <li>chore: make some documents clearer by <a href="https://github.com/reddaisyy"><code>@reddaisyy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/510">rust-lang/flate2-rs#510</a></li> <li>Explain rationale for choosing bufread,read,write modules by <a href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/512">rust-lang/flate2-rs#512</a></li> <li>use Decompress::reset() instead of recreating in DeflateDecoder by <a href="https://github.com/amirshukayev"><code>@amirshukayev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/514">rust-lang/flate2-rs#514</a></li> <li>use <code>zlib_rs</code> api by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/513">rust-lang/flate2-rs#513</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/reddaisyy"><code>@reddaisyy</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/510">rust-lang/flate2-rs#510</a></li> <li><a href="https://github.com/amirshukayev"><code>@amirshukayev</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/514">rust-lang/flate2-rs#514</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6">https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6</a></p> <h2>1.1.5</h2> <p>This bugfix release fixes <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/508">#508</a>, as flush didn't always work anymore in conjunction with <code>miniz_oxide</code>.</p> <h2>What's Changed</h2> <ul> <li>Revert flush change by <a href="https://github.com/fintelia"><code>@fintelia</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/509">rust-lang/flate2-rs#509</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5">https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5</a></p> <h2>1.1.3</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/19ddb18bf11199858fbc6504d079448fafd1606e"><code>19ddb18</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/529">#529</a> from folkertdev/update-zlib-rs-0.6.0</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/c956e127d62ca5ed2970f61c2a0b7a5ca7be82ed"><code>c956e12</code></a> upgrade zlib-rs to version <code>0.6.0</code></li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/21d5eebe91305436d876fee56eaae10d8cb415e6"><code>21d5eeb</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/528">#528</a> from wgyt/wgyt/patch</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/54f848477c90638c02fdf39611e46ebee04ecf59"><code>54f8484</code></a> update LICENSE-MIT</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/f4924fefb39482952520ebcd4f02a62e996e3c0d"><code>f4924fe</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/527">#527</a> from jongiddy/crc-tests</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/8b9b7a6db66b9e4e5c7ae8bbdf3a80e0cfec3f7a"><code>8b9b7a6</code></a> Add tests to check data CRC</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/fd17c74baa4b89f52efbe2762ec318615b7fcf4a"><code>fd17c74</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/526">#526</a> from folkertdev/zlib-rs-crc32</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/aef26ac674169189a8949a17b4bebb71762027dc"><code>aef26ac</code></a> check that zlib-rs no longer compiles crc32fast</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/5ec7647e674f83f5a029fb2f5e0d1a772cfa384f"><code>5ec7647</code></a> make <code>crc32fast</code> an optional dependency</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/c584e970419e56ee2657cefe396b268b1cad348a"><code>c584e97</code></a> use <code>zlib-rs</code> for crc32 (when available)</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.0...1.1.9">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 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]
