Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bzip2 requirement from 0.4.3 to 0.5.0 #13740

Merged
merged 3 commits into from
Dec 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Updates the requirements on bzip2 to permit the latest version.

Release notes

Sourced from bzip2's releases.

Version 0.5.0

The 0.5.0 release is the first release in ~2 years. It sets an msrv of 1.65.0 and pins the 2021 edition. If the msrv or edition are a problem for your project: just stick with the 0.4.4 release.

The repository has moved from @​alexcrichton to @​trifectatechfoundation, which takes on its maintainership from this point forward.

The main new feature of this release is the libbz2-rs-sys feature flag, which uses the pure rust https://github.com/trifectatechfoundation/libbzip2-rs implementation of bzip2. Being all rust, and using (by default) the rust allocator infrastructure, cross-compilation (e.g. to webassembly) should be much easier.

Besides that, the documentation was modernized (we can cross-link now) and several bugs were fixed.

What's Changed

New Contributors

Full Changelog: trifectatechfoundation/bzip2-rs@0.4.4...v0.5.0

Commits
  • bdb6e22 prepare release 0.5.0
  • 5a425ed struct BzDecoder: document exit on error logic
  • dece038 Fix infinite loop after invalid data
  • 090227a Add CI for using the rust implementation of bzip2
  • c83aef6 Don't enable the stdio feature for the rust implementation of bzip2
  • ab518cf Create SECURITY.md
  • fe3a545 Merge pull request #114 from trifectatechfoundation/doc-link-fixes
  • c03d510 update the README
  • 28aadcc add links in the documentation comments
  • 403f0af Merge pull request #113 from trifectatechfoundation/clippy-fixes
  • Additional commits viewable in compare view

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 commands and options

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)

@github-actions github-actions bot added the core Core DataFusion crate label Dec 12, 2024
Updates the requirements on [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) to permit the latest version.
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases)
- [Commits](trifectatechfoundation/bzip2-rs@0.4.4...v0.5.0)

---
updated-dependencies:
- dependency-name: bzip2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/main/bzip2-0.5.0 branch from 78a23cc to b2c7cbd Compare December 12, 2024 14:06
@jonahgao jonahgao self-assigned this Dec 19, 2024
@alamb
Copy link
Contributor

alamb commented Dec 20, 2024

Thank you @jonahgao

@alamb alamb merged commit 60024c5 into main Dec 21, 2024
50 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/main/bzip2-0.5.0 branch December 21, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-dependencies core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants