fix(deps): update rust crate bzip2 to v0.5.1 #4392
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.0
->0.5.1
Release Notes
trifectatechfoundation/bzip2-rs (bzip2)
v0.5.1
: Version 0.5.1 (and 0.1.12 forbzip2-sys
)Compare Source
Highlights
Most changes relate to
libbz2-rs-sys
: we no longer enable thestatic
feature, and now including different versions, that use either the C or the rust-sys
crate, all work together in the same build.What's Changed
static
feature when usinglibbz2-rs-sys
by @folkertdev in https://github.com/trifectatechfoundation/bzip2-rs/pull/122core::ffi::{c_int, c_uint}
in favor oflibc
by @folkertdev in https://github.com/trifectatechfoundation/bzip2-rs/pull/126Compression::new
by @folkertdev in https://github.com/trifectatechfoundation/bzip2-rs/pull/124New Contributors
Full Changelog: trifectatechfoundation/bzip2-rs@v0.5.0...v0.5.1
Configuration
📅 Schedule: Branch creation - "before 4am on Friday" in timezone America/Chicago, 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.
This PR was generated by Mend Renovate. View the repository job log.