Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate bzip2 to 0.5.0 (#1647)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bzip2](https://redirect.github.com/alexcrichton/bzip2-rs) | workspace.dependencies | minor | `0.4.4` -> `0.5.0` | --- ### Release Notes <details> <summary>alexcrichton/bzip2-rs (bzip2)</summary> ### [`v0.5.0`](https://redirect.github.com/trifectatechfoundation/bzip2-rs/releases/tag/v0.5.0): Version 0.5.0 [Compare Source](https://redirect.github.com/alexcrichton/bzip2-rs/compare/0.4.4...v0.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](https://redirect.github.com/alexcrichton) to [@​trifectatechfoundation](https://redirect.github.com/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 - update `partial_io` to version `0.5.4` by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/108](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/108) - Remove tokio support by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/109](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/109) - support `libbz2-rs-sys` by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/110](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/110) - set msrv to 1.65.0 by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/111](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/111) - set the edition to 2021 by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/112](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/112) - fix clippy warnings by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/113](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/113) - update documentation by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/114](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/114) - Don't enable the stdio feature for the rust implementation of bzip2 by [@​bjorn3](https://redirect.github.com/bjorn3) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/117](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/117) - Fix infinite loop after invalid data by [@​jongiddy](https://redirect.github.com/jongiddy) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/99](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/99) - prepare release 0.5.0 by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/115](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/115) #### New Contributors - [@​folkertdev](https://redirect.github.com/folkertdev) made their first contribution in [https://github.com/trifectatechfoundation/bzip2-rs/pull/108](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/108) - [@​bjorn3](https://redirect.github.com/bjorn3) made their first contribution in [https://github.com/trifectatechfoundation/bzip2-rs/pull/117](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/117) - [@​jongiddy](https://redirect.github.com/jongiddy) made their first contribution in [https://github.com/trifectatechfoundation/bzip2-rs/pull/99](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/99) **Full Changelog**: trifectatechfoundation/bzip2-rs@0.4.4...v0.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information