dependabot[bot] opened a new pull request, #14848: URL: https://github.com/apache/datafusion/pull/14848
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.35 to 1.1.0. <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.0</h2> <h2>What's Changed</h2> <ul> <li>Fix cfgs by <a href="https://github.com/kornelski"><code>@kornelski</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/441">rust-lang/flate2-rs#441</a></li> <li>update CI to use new wasi target by <a href="https://github.com/oyvindln"><code>@oyvindln</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/444">rust-lang/flate2-rs#444</a></li> <li>Implement <code>Clone</code> for <code>CompressError</code> and <code>DecompressError</code> by <a href="https://github.com/mkrasnitski"><code>@mkrasnitski</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/445">rust-lang/flate2-rs#445</a></li> <li>Update LICENSE-MIT by <a href="https://github.com/maximevtush"><code>@maximevtush</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/448">rust-lang/flate2-rs#448</a></li> <li>feat: replace custom u16 le parser with existent rust method by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/450">rust-lang/flate2-rs#450</a></li> <li>Fix CI by <a href="https://github.com/Byron"><code>@Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/449">rust-lang/flate2-rs#449</a></li> <li>Do not use cloudflare-zlib-sys 0.3.4 by <a href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/451">rust-lang/flate2-rs#451</a></li> <li>Increase minimum compiler version to 1.67 by <a href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/452">rust-lang/flate2-rs#452</a></li> <li>deps: bump miniz_oxide to 0.8.4 by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/459">rust-lang/flate2-rs#459</a></li> <li>deps(dev): update rand to 0.9 by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/458">rust-lang/flate2-rs#458</a></li> <li>docs: fix spelling mistake in flate2::zlib::write::ZlibDecoder by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/455">rust-lang/flate2-rs#455</a></li> <li>feat: remove explicit default impls by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/457">rust-lang/flate2-rs#457</a></li> <li>Change private bounds from <code>R: Read</code> to <code>R: BufRead</code> by <a href="https://github.com/JonathanBrouwer"><code>@JonathanBrouwer</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/453">rust-lang/flate2-rs#453</a></li> <li>feat: replace manual copy loop with rust-provided function by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/456">rust-lang/flate2-rs#456</a></li> <li>feat: reduce CrcReader::sum calls in GzEncoder::read_footer by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/454">rust-lang/flate2-rs#454</a></li> <li>feat: remove redundant if guard on option value match by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/464">rust-lang/flate2-rs#464</a></li> <li>feat: add Error associated type in zio::Ops to handle multiple errors by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/461">rust-lang/flate2-rs#461</a></li> <li>feat: remove explicit redundant lifetime by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/465">rust-lang/flate2-rs#465</a></li> <li>feat: impl From<!-- raw HTML omitted --> to MZFlush by <a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/462">rust-lang/flate2-rs#462</a></li> <li>upgrade zlib-rs to version <code>0.4.2</code> by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/466">rust-lang/flate2-rs#466</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mkrasnitski"><code>@mkrasnitski</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/445">rust-lang/flate2-rs#445</a></li> <li><a href="https://github.com/maximevtush"><code>@maximevtush</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/448">rust-lang/flate2-rs#448</a></li> <li><a href="https://github.com/CosminPerRam"><code>@CosminPerRam</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/450">rust-lang/flate2-rs#450</a></li> <li><a href="https://github.com/JonathanBrouwer"><code>@JonathanBrouwer</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/453">rust-lang/flate2-rs#453</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.35...1.1.0">https://github.com/rust-lang/flate2-rs/compare/1.0.35...1.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md">flate2's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>1.0.31 (2024-08-03)</h2> <p>This release allows using <code>libz-rs</code> in the latest version, v0.2.1.</p> <h3>Commit Statistics</h3> <!-- raw HTML omitted --> <ul> <li>7 commits contributed to the release over the course of 95 calendar days.</li> <li>95 days passed between releases.</li> <li>0 commits were understood as <a href="https://www.conventionalcommits.org">conventional</a>.</li> <li>0 issues like '(#ID)' were seen in commit messages</li> </ul> <h3>Commit Details</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <ul> <li><strong>Uncategorized</strong> <ul> <li>Add exclusion rule to not package github or git specific files with crate. (<a href="https://github.com/Byron/flate2-rs/commit/25541bd2aa4fd24fbb2b370eb3c2742724f956ac"><code>25541bd</code></a>)</li> <li>Crate and update changelog in preparation for release. (<a href="https://github.com/Byron/flate2-rs/commit/1dbed76ca0f63b215faa5ad321a42bb629686456"><code>1dbed76</code></a>)</li> <li>Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/415">#415</a> from folkertdev/bump-version-zlib-rs-0.2.1 (<a href="https://github.com/Byron/flate2-rs/commit/a7853c0f803abb45858baf82d504ed14d77cb8c0"><code>a7853c0</code></a>)</li> <li>Release version 1.0.31: bump libz-rs-sys version (<a href="https://github.com/Byron/flate2-rs/commit/e6f694918b3237175e3729e6365e83f9a66518a9"><code>e6f6949</code></a>)</li> <li>Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/414">#414</a> from yestyle/main (<a href="https://github.com/Byron/flate2-rs/commit/9e6af00a8bd9593f9e1c6421f9d27ccdb13a03b7"><code>9e6af00</code></a>)</li> <li>Remove duplicate word in top-most doc (<a href="https://github.com/Byron/flate2-rs/commit/411d6414398099c85e1b8fc568ec8929d208777d"><code>411d641</code></a>)</li> <li>Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/408">#408</a> from marxin/document-read-after-end (<a href="https://github.com/Byron/flate2-rs/commit/1a0daec607455f30651674675abb01715586f4d1"><code>1a0daec</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> <h2>v1.0.30 (2024-04-29)</h2> <h3>Documentation</h3> <ul> <li><!-- raw HTML omitted --> Document expected behavior when Read is done for ZLIB and DEFLATE decoders</li> </ul> <h3>Commit Statistics</h3> <!-- raw HTML omitted --> <ul> <li>9 commits contributed to the release over the course of 3 calendar days.</li> <li>3 days passed between releases.</li> <li>1 commit was understood as <a href="https://www.conventionalcommits.org">conventional</a>.</li> <li>1 unique issue was worked on: <a href="https://redirect.github.com/Byron/flate2-rs/issues/404">#404</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/70de9df4f09f9505624a02e7440656293fc2de2c"><code>70de9df</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/466">#466</a> from folkertdev/update-zlib-rs-0.4.2</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/13104a545503cca8e08cc0751e55702a7e1a8232"><code>13104a5</code></a> upgrade zlib-rs to version <code>0.4.2</code></li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/5a2fd04132faf83efbb3f694868fb3e32fa85f4a"><code>5a2fd04</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/462">#462</a> from CosminPerRam/feat/flush_mzflush</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/bf5bf566980f549e2042229a0e6495a6d79137c0"><code>bf5bf56</code></a> feat: remove explicit redundant lifetime</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/40c2e0f56a4be991d43ed5ec91a1c43b1ba50ec4"><code>40c2e0f</code></a> docs: fix spelling mistake in FlushCompress::Partial</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/6146cf04fe18aa5adc0cfd128b8379fd9b8db532"><code>6146cf0</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/461">#461</a> from CosminPerRam/experimental/traits</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/ee1571b0d3d07b40ffa50f4ec31f3312be7b5c12"><code>ee1571b</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/464">#464</a> from CosminPerRam/feat/remove_redundant_guard</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/1be8e37c32c7f02b9a95d938f37cb6d8a7efa101"><code>1be8e37</code></a> feat: remove redundant if guard on option value match</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/be59b78575afc55b0be7c0ba2bb09fdc1ea3aee2"><code>be59b78</code></a> docs: fix spelling mistake</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/d4aebe1f7648d728b386d4ffa326700c9f2420d2"><code>d4aebe1</code></a> feat: reorder FlushCompress variants to be in order with value</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.35...1.1.0">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]
