dependabot[bot] opened a new pull request, #19780: URL: https://github.com/apache/datafusion/pull/19780
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.5 to 1.1.8. <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/8b66c27705ac7ea7ddf50768dedfbe23ead90a4e"><code>8b66c27</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/525">#525</a> from Byron/test-zlib-API</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/5e752c94440cca93e883baabf78a97a839cfae6c"><code>5e752c9</code></a> Address PR review</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/3196dd0783a666eedb5e4cdb871dc7b60361d3df"><code>3196dd0</code></a> refactor internal feature toggles to better represent the status quo</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/106cbcc181a1ab2207312b62353ebf4f750edb30"><code>106cbcc</code></a> Bump patch level in preparation for release</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/af7a0b31996ef5a27a107462c811a301ab77519d"><code>af7a0b3</code></a> Add capabilties test for functions reserved to zlib-implementations.</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/22c77ee9c8cfb3a50e204e15ac7552738fee7145"><code>22c77ee</code></a> Describe <code>unreachable!("...")</code> branch in <code>Deflate::set_level()</code> of <code>zlib-rs</code></li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/b9e2979415993c787f93ed236ef3f25f68a45ff4"><code>b9e2979</code></a> Remove C-binding specific restriction from CI for <code>zlib-rs</code> test.</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/71eb5c51fecd3fd1cf4d680dfc83bdaa3a3c3cbc"><code>71eb5c5</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/524">#524</a> from Byron/complete-zlib-rs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/fec67ebbb4ca7dae00ab9fc840002ea62f7e65cd"><code>fec67eb</code></a> zlib-rs: support <code>set_dictionary</code> and <code>set_level</code></li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/ecfdc2d2eb82c262e7b65d5d2d59808810d94369"><code>ecfdc2d</code></a> update zlib-rs to 0.5.5</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.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> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
