Skip to content

Commit b1f647f

Browse files
Update Rust crate flate2 to v1.1.9 (#17686)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flate2](https://redirect.github.com/rust-lang/flate2-rs) | workspace.dependencies | patch | `1.1.5` → `1.1.9` | --- ### Release Notes <details> <summary>rust-lang/flate2-rs (flate2)</summary> ### [`v1.1.9`](https://redirect.github.com/rust-lang/flate2-rs/releases/tag/1.1.9): - upgrade zlib-rs to version `0.6.0` [Compare Source](https://redirect.github.com/rust-lang/flate2-rs/compare/1.1.8...1.1.9) #### What's Changed - use `zlib-rs` for crc32 (when available) by [@&#8203;folkertdev](https://redirect.github.com/folkertdev) in [#&#8203;526](https://redirect.github.com/rust-lang/flate2-rs/pull/526) - Add tests to check data CRC by [@&#8203;jongiddy](https://redirect.github.com/jongiddy) in [#&#8203;527](https://redirect.github.com/rust-lang/flate2-rs/pull/527) - update LICENSE-MIT by [@&#8203;wgyt](https://redirect.github.com/wgyt) in [#&#8203;528](https://redirect.github.com/rust-lang/flate2-rs/pull/528) - upgrade zlib-rs to version `0.6.0` by [@&#8203;folkertdev](https://redirect.github.com/folkertdev) in [#&#8203;529](https://redirect.github.com/rust-lang/flate2-rs/pull/529) #### New Contributors - [@&#8203;wgyt](https://redirect.github.com/wgyt) made their first contribution in [#&#8203;528](https://redirect.github.com/rust-lang/flate2-rs/pull/528) **Full Changelog**: <rust-lang/flate2-rs@1.1.8...1.1.9> ### [`v1.1.8`](https://redirect.github.com/rust-lang/flate2-rs/releases/tag/1.1.8) [Compare Source](https://redirect.github.com/rust-lang/flate2-rs/compare/1.1.7...1.1.8) #### What's Changed - Document feature flags using document-features crate by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;519](https://redirect.github.com/rust-lang/flate2-rs/pull/519) - Complete the zlib-rs support without the need for C-bindings by [@&#8203;Byron](https://redirect.github.com/Byron) in [#&#8203;524](https://redirect.github.com/rust-lang/flate2-rs/pull/524) - test zlib API for all compatible backends by [@&#8203;Byron](https://redirect.github.com/Byron) in [#&#8203;525](https://redirect.github.com/rust-lang/flate2-rs/pull/525) #### New Contributors - [@&#8203;Copilot](https://redirect.github.com/Copilot) made their first contribution in [#&#8203;519](https://redirect.github.com/rust-lang/flate2-rs/pull/519) **Full Changelog**: <rust-lang/flate2-rs@1.1.7...1.1.8> ### [`v1.1.7`](https://redirect.github.com/rust-lang/flate2-rs/releases/tag/1.1.7): - depend on `zlib-rs` directly and remove `libz-rs-sys` [Compare Source](https://redirect.github.com/rust-lang/flate2-rs/compare/1.1.6...1.1.7) #### What's Changed - chore: make some documents clearer by [@&#8203;reddaisyy](https://redirect.github.com/reddaisyy) in [#&#8203;510](https://redirect.github.com/rust-lang/flate2-rs/pull/510) - Explain rationale for choosing bufread,read,write modules by [@&#8203;jongiddy](https://redirect.github.com/jongiddy) in [#&#8203;512](https://redirect.github.com/rust-lang/flate2-rs/pull/512) - use Decompress::reset() instead of recreating in DeflateDecoder by [@&#8203;amirshukayev](https://redirect.github.com/amirshukayev) in [#&#8203;514](https://redirect.github.com/rust-lang/flate2-rs/pull/514) - use `zlib_rs` api by [@&#8203;folkertdev](https://redirect.github.com/folkertdev) in [#&#8203;513](https://redirect.github.com/rust-lang/flate2-rs/pull/513) #### New Contributors - [@&#8203;reddaisyy](https://redirect.github.com/reddaisyy) made their first contribution in [#&#8203;510](https://redirect.github.com/rust-lang/flate2-rs/pull/510) - [@&#8203;amirshukayev](https://redirect.github.com/amirshukayev) made their first contribution in [#&#8203;514](https://redirect.github.com/rust-lang/flate2-rs/pull/514) **Full Changelog**: <rust-lang/flate2-rs@1.1.5...1.1.6> ### [`v1.1.6`](https://redirect.github.com/rust-lang/flate2-rs/releases/tag/1.1.6): - YANKED [Compare Source](https://redirect.github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6) It caused [#&#8203;515](https://redirect.github.com/rust-lang/flate2-rs/issues/515). #### What's Changed - chore: make some documents clearer by [@&#8203;reddaisyy](https://redirect.github.com/reddaisyy) in [#&#8203;510](https://redirect.github.com/rust-lang/flate2-rs/pull/510) - Explain rationale for choosing bufread,read,write modules by [@&#8203;jongiddy](https://redirect.github.com/jongiddy) in [#&#8203;512](https://redirect.github.com/rust-lang/flate2-rs/pull/512) - use Decompress::reset() instead of recreating in DeflateDecoder by [@&#8203;amirshukayev](https://redirect.github.com/amirshukayev) in [#&#8203;514](https://redirect.github.com/rust-lang/flate2-rs/pull/514) - use `zlib_rs` api by [@&#8203;folkertdev](https://redirect.github.com/folkertdev) in [#&#8203;513](https://redirect.github.com/rust-lang/flate2-rs/pull/513) #### New Contributors - [@&#8203;reddaisyy](https://redirect.github.com/reddaisyy) made their first contribution in [#&#8203;510](https://redirect.github.com/rust-lang/flate2-rs/pull/510) - [@&#8203;amirshukayev](https://redirect.github.com/amirshukayev) made their first contribution in [#&#8203;514](https://redirect.github.com/rust-lang/flate2-rs/pull/514) **Full Changelog**: <rust-lang/flate2-rs@1.1.5...1.1.6> </details> --- ### 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. --- - [ ] <!-- 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/astral-sh/uv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYnVpbGQ6c2tpcC1yZWxlYXNlIiwiaW50ZXJuYWwiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: konstin <[email protected]>
1 parent 1e64e75 commit b1f647f

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

Cargo.lock

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/uv-build-backend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ mod tests {
670670
// Check that the source dist is reproducible across platforms.
671671
assert_snapshot!(
672672
format!("{:x}", sha2::Sha256::digest(fs_err::read(&source_dist_path).unwrap())),
673-
@"bb74bff575b135bb39e5c9bce56349441fb0923bb8857e32a5eaf34ec1843967"
673+
@"8bed1f7a8059064bcbeedb61a867cca7f63a474306011d0114280de631ac705e"
674674
);
675675
// Check both the files we report and the actual files
676676
assert_snapshot!(format_file_list(build.source_dist_list_files, src.path()), @"

0 commit comments

Comments
 (0)