fix(deps): update rust crate bzip2 to 0.6 #51

Open
renovate-bot wants to merge 1 commit from renovate/bzip2-0.x into master
Member

This PR contains the following updates:

Package Type Update Change
bzip2 dependencies minor 0.5 -> 0.6

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

trifectatechfoundation/bzip2-rs (bzip2)

v0.6.1

Compare Source

v0.6.0

Compare Source

Highlights

This release switches to libbz2-rs-sys as the default bzip2 backend. It is written in rust, making it much easier to cross-compile. The new implementation is also more performant.

The rust implementation does not export C symbols by default. An explicit dependency on libbz2-rs-sys and setting the export-symbols feature flag will fix that if needed.

The bzip2-sys feature flag can be used to continue to use the C backend (either the system library of a C version built from source).

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 1.82.0. The libbz2-rs-sys crate has the bzip2-1.0.6 license. Arguably, that is the license that bzip2-sys should have had too, given that it is just a wrapper of the original bzip2 (and libbz2-rs-sys is a derivative work). You may need to allow this license when using cargo-deny.

What's Changed

Full Changelog: https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.2...v0.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) | dependencies | minor | `0.5` -> `0.6` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>trifectatechfoundation/bzip2-rs (bzip2)</summary> ### [`v0.6.1`](https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.6.0...v0.6.1) [Compare Source](https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.6.0...v0.6.1) ### [`v0.6.0`](https://github.com/trifectatechfoundation/bzip2-rs/releases/tag/v0.6.0) [Compare Source](https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.2...v0.6.0) ##### Highlights This release switches to [libbz2-rs-sys](https://github.com/trifectatechfoundation/libbzip2-rs) as the default bzip2 backend. It is written in rust, making it much easier to cross-compile. The new implementation is also more performant. The rust implementation does not export C symbols by default. An explicit dependency on `libbz2-rs-sys` and setting the `export-symbols` feature flag will fix that if needed. The `bzip2-sys` feature flag can be used to continue to use the C backend (either the system library of a C version built from source). 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 `1.82.0`. The `libbz2-rs-sys` crate has the [`bzip2-1.0.6`](https://spdx.org/licenses/bzip2-1.0.6.html) license. Arguably, that is the license that `bzip2-sys` should have had too, given that it is just a wrapper of the original bzip2 (and `libbz2-rs-sys` is a derivative work). You may need to allow this license when using `cargo-deny`. ##### What's Changed - Release 0.6.0 by [@&#8203;folkertdev](https://github.com/folkertdev) in [#&#8203;141](https://github.com/trifectatechfoundation/bzip2-rs/pull/141) **Full Changelog**: <https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.2...v0.6.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
fix(deps): update rust crate bzip2 to 0.6
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
6d25a6d9b0
Author
Member

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path antivirus/libantivirus/Cargo.toml --package bzip2@0.5.2 --precise 0.6.1
    Updating crates.io index
error: failed to select a version for the requirement `bzip2 = "^0.5.0"`
candidate versions found which didn't match: 0.6.1
location searched: crates.io index
required by package `zip v2.3.0`
    ... which satisfies dependency `zip = "^2"` of package `archive_files_utils v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/archive_files_utils)`
    ... which satisfies path dependency `archive_files_utils` (locked to 0.1.0) of package `libantivirus v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/antivirus/libantivirus)`
    ... which satisfies path dependency `libantivirus` (locked to 0.1.0) of package `libclamav v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/antivirus/libclamav)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path archive_files_utils/Cargo.toml --package bzip2@0.5.2 --precise 0.6.1
    Updating crates.io index
error: failed to select a version for the requirement `bzip2 = "^0.5.0"`
candidate versions found which didn't match: 0.6.1
location searched: crates.io index
required by package `zip v2.3.0`
    ... which satisfies dependency `zip = "^2"` of package `archive_files_utils v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/archive_files_utils)`
    ... which satisfies path dependency `archive_files_utils` (locked to 0.1.0) of package `libantivirus v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/antivirus/libantivirus)`
    ... which satisfies path dependency `libantivirus` (locked to 0.1.0) of package `libclamav v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/antivirus/libclamav)`

### ⚠️ Artifact update problem Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path antivirus/libantivirus/Cargo.toml --package bzip2@0.5.2 --precise 0.6.1 Updating crates.io index error: failed to select a version for the requirement `bzip2 = "^0.5.0"` candidate versions found which didn't match: 0.6.1 location searched: crates.io index required by package `zip v2.3.0` ... which satisfies dependency `zip = "^2"` of package `archive_files_utils v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/archive_files_utils)` ... which satisfies path dependency `archive_files_utils` (locked to 0.1.0) of package `libantivirus v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/antivirus/libantivirus)` ... which satisfies path dependency `libantivirus` (locked to 0.1.0) of package `libclamav v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/antivirus/libclamav)` ``` ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path archive_files_utils/Cargo.toml --package bzip2@0.5.2 --precise 0.6.1 Updating crates.io index error: failed to select a version for the requirement `bzip2 = "^0.5.0"` candidate versions found which didn't match: 0.6.1 location searched: crates.io index required by package `zip v2.3.0` ... which satisfies dependency `zip = "^2"` of package `archive_files_utils v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/archive_files_utils)` ... which satisfies path dependency `archive_files_utils` (locked to 0.1.0) of package `libantivirus v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/antivirus/libantivirus)` ... which satisfies path dependency `libantivirus` (locked to 0.1.0) of package `libclamav v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/neo/antivirus/libclamav)` ```
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/bzip2-0.x:renovate/bzip2-0.x
git switch renovate/bzip2-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/bzip2-0.x
git switch renovate/bzip2-0.x
git rebase master
git switch master
git merge --ff-only renovate/bzip2-0.x
git switch renovate/bzip2-0.x
git rebase master
git switch master
git merge --no-ff renovate/bzip2-0.x
git switch master
git merge --squash renovate/bzip2-0.x
git switch master
git merge --ff-only renovate/bzip2-0.x
git switch master
git merge renovate/bzip2-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LibrePages/neo!51
No description provided.