Update Rust crate flate2 to v1.1.9 by renovate[bot] · Pull Request #17686 · astral-sh/uv (original) (raw)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| flate2 | workspace.dependencies | patch | 1.1.5 → 1.1.9 |
Release Notes
rust-lang/flate2-rs (flate2)
v1.1.9: - upgrade zlib-rs to version 0.6.0
What's Changed
- use
zlib-rsfor crc32 (when available) by @folkertdev in #526 - Add tests to check data CRC by @jongiddy in #527
- update LICENSE-MIT by @wgyt in #528
- upgrade zlib-rs to version
0.6.0by @folkertdev in #529
New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.8...1.1.9
v1.1.8
What's Changed
- Document feature flags using document-features crate by @Copilot in #519
- Complete the zlib-rs support without the need for C-bindings by @Byron in #524
- test zlib API for all compatible backends by @Byron in #525
New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.7...1.1.8
v1.1.7: - depend on zlib-rs directly and remove libz-rs-sys
What's Changed
- chore: make some documents clearer by @reddaisyy in #510
- Explain rationale for choosing bufread,read,write modules by @jongiddy in #512
- use Decompress::reset() instead of recreating in DeflateDecoder by @amirshukayev in #514
- use
zlib_rsapi by @folkertdev in #513
New Contributors
- @reddaisyy made their first contribution in #510
- @amirshukayev made their first contribution in #514
Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6
v1.1.6: - YANKED
It caused #515.
What's Changed
- chore: make some documents clearer by @reddaisyy in #510
- Explain rationale for choosing bufread,read,write modules by @jongiddy in #512
- use Decompress::reset() instead of recreating in DeflateDecoder by @amirshukayev in #514
- use
zlib_rsapi by @folkertdev in #513
New Contributors
- @reddaisyy made their first contribution in #510
- @amirshukayev made their first contribution in #514
Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 was generated by Mend Renovate. View the repository job log.