dependabot[bot] opened a new pull request, #16441: URL: https://github.com/apache/datafusion/pull/16441
Bumps [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) from 0.5.2 to 0.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trifectatechfoundation/bzip2-rs/releases">bzip2's releases</a>.</em></p> <blockquote> <h2>v0.6.0</h2> <h1>Highlights</h1> <p>This release switches to <a href="https://github.com/trifectatechfoundation/libbzip2-rs">libbz2-rs-sys</a> as the default bzip2 backend. It is written in rust, making it much easier to cross-compile. The new implementation is also more performant.</p> <p>The rust implementation does not export C symbols by default. An explicit dependency on <code>libbz2-rs-sys</code> and setting the <code>export-symbols</code> feature flag will fix that if needed.</p> <p>The <code>bzip2-sys</code> feature flag can be used to continue to use the C backend (either the system library of a C version built from source).</p> <p>This is a breaking release, given that we want this update to be opt-in. We've used the occasion to perform an MSRV bump to <code>1.82.0</code>. The <code>libbz2-rs-sys</code> crate has the <a href="https://spdx.org/licenses/bzip2-1.0.6.html"><code>bzip2-1.0.6</code></a> license. Arguably, that is the license that <code>bzip2-sys</code> should have had too, given that it is just a wrapper of the original bzip2 (and <code>libbz2-rs-sys</code> is a derivative work). You may need to allow this license when using <code>cargo-deny</code>.</p> <h2>What's Changed</h2> <ul> <li>Release 0.6.0 by <a href="https://github.com/folkertdev"><code>@​folkertdev</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/141">trifectatechfoundation/bzip2-rs#141</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.2...v0.6.0">https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.2...v0.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/71d5b0396ff427ef1e49b45e7ea7436f4fbb41b8"><code>71d5b03</code></a> Release 0.6.0</li> <li>See full diff in <a href="https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.2...v0.6.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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org