nvm-rust
nvm-rust copied to clipboard
Update Rust crate flate2 to v1.0.30
trafficstars
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| flate2 | dependencies | patch | 1.0.28 -> 1.0.30 |
Release Notes
rust-lang/flate2-rs (flate2)
v1.0.30: - docs.rs pages should build again
What's Changed
- Fix typos by @striezel in https://github.com/rust-lang/flate2-rs/pull/406
- Update actions/checkout in GitHub Actions workflows to v4 by @striezel in https://github.com/rust-lang/flate2-rs/pull/407
- fix CI -
--all-featureswasn't tested and didn't work with arrival ofzlib-rsby @Byron in https://github.com/rust-lang/flate2-rs/pull/405
New Contributors
- @striezel made their first contribution in https://github.com/rust-lang/flate2-rs/pull/406
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30
v1.0.29: - with new zlib-rs feature (~zlib-ng in Rust)
With the new zlib-rs feature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.
What's Changed
- Fix build for beta and nightly by @JakubOnderka in https://github.com/rust-lang/flate2-rs/pull/388
- Store
StreamWrapper::inneras a raw pointer by @icmccorm in https://github.com/rust-lang/flate2-rs/pull/394 - Avoid redudant imports by @Byron in https://github.com/rust-lang/flate2-rs/pull/398
- add
zlib-rssupport via thelibz-rs-sysC api forzlib-rsby @folkertdev in https://github.com/rust-lang/flate2-rs/pull/400 - Add tests to show BufRead can be used after decoding by @jongiddy in https://github.com/rust-lang/flate2-rs/pull/402
- release version 1.0.29: support for zlib-rs by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/403
New Contributors
- @JakubOnderka made their first contribution in https://github.com/rust-lang/flate2-rs/pull/388
- @icmccorm made their first contribution in https://github.com/rust-lang/flate2-rs/pull/394
- @folkertdev made their first contribution in https://github.com/rust-lang/flate2-rs/pull/400
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.29
Configuration
📅 Schedule: Branch creation - "before 11am" (UTC), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.