chore(deps): update rust crate flate2 to v1.1.10 #27

Merged
renovate[bot] merged 1 commits from renovate/all-digest into devel 2026-08-29 04:07:58 +04:00
Collaborator

This PR contains the following updates:

Package Type Update Change
flate2 dependencies patch 1.1.91.1.10

Release Notes

rust-lang/flate2-rs (flate2)

v1.1.10

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.9...1.1.10


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flate2](https://github.com/rust-lang/flate2-rs) | dependencies | patch | `1.1.9` → `1.1.10` | --- ### Release Notes <details> <summary>rust-lang/flate2-rs (flate2)</summary> ### [`v1.1.10`](https://github.com/rust-lang/flate2-rs/releases/tag/1.1.10) [Compare Source](https://github.com/rust-lang/flate2-rs/compare/1.1.9...1.1.10) #### What's Changed - feat: reuse zlib's decoder buffer by [@&#8203;Vaiz](https://github.com/Vaiz) in [#&#8203;532](https://github.com/rust-lang/flate2-rs/pull/532) - feat: add reset method for read::GzDecoder and buffered::GzDecoder by [@&#8203;Vaiz](https://github.com/Vaiz) in [#&#8203;534](https://github.com/rust-lang/flate2-rs/pull/534) - Drop cloudflare-zlib by [@&#8203;kornelski](https://github.com/kornelski) in [#&#8203;539](https://github.com/rust-lang/flate2-rs/pull/539) - Add a wrapper for the `Crc` struct by [@&#8203;MikkelPaulson](https://github.com/MikkelPaulson) in [#&#8203;540](https://github.com/rust-lang/flate2-rs/pull/540) - Bump miniz\_oxide to 0.9 by [@&#8203;oscargus](https://github.com/oscargus) in [#&#8203;543](https://github.com/rust-lang/flate2-rs/pull/543) - Upgrade miniz\_oxide and add unit tests of the different flush kinds by [@&#8203;fintelia](https://github.com/fintelia) in [#&#8203;498](https://github.com/rust-lang/flate2-rs/pull/498) - Fix infinite loop in writing gzip header/footer by [@&#8203;Shnatsel](https://github.com/Shnatsel) in [#&#8203;547](https://github.com/rust-lang/flate2-rs/pull/547) - test: generate corrupt gzip fixture at runtime by [@&#8203;nanookclaw](https://github.com/nanookclaw) in [#&#8203;550](https://github.com/rust-lang/flate2-rs/pull/550) - Reject oversized gzip extra fields by [@&#8203;Byron](https://github.com/Byron) in [#&#8203;553](https://github.com/rust-lang/flate2-rs/pull/553) - Reject incomplete deflate streams at EOF by [@&#8203;Guflly](https://github.com/Guflly) in [#&#8203;556](https://github.com/rust-lang/flate2-rs/pull/556) - Include `README.md` in a private module by [@&#8203;bushrat011899](https://github.com/bushrat011899) in [#&#8203;562](https://github.com/rust-lang/flate2-rs/pull/562) - Add `no_std` support using nightly `alloc_io` by [@&#8203;bushrat011899](https://github.com/bushrat011899) in [#&#8203;559](https://github.com/rust-lang/flate2-rs/pull/559) - Update `get_mut()` documentation to make clear how 'inner\` can be used by [@&#8203;Byron](https://github.com/Byron) in [#&#8203;558](https://github.com/rust-lang/flate2-rs/pull/558) #### New Contributors - [@&#8203;Vaiz](https://github.com/Vaiz) made their first contribution in [#&#8203;532](https://github.com/rust-lang/flate2-rs/pull/532) - [@&#8203;MikkelPaulson](https://github.com/MikkelPaulson) made their first contribution in [#&#8203;540](https://github.com/rust-lang/flate2-rs/pull/540) - [@&#8203;oscargus](https://github.com/oscargus) made their first contribution in [#&#8203;543](https://github.com/rust-lang/flate2-rs/pull/543) - [@&#8203;nanookclaw](https://github.com/nanookclaw) made their first contribution in [#&#8203;550](https://github.com/rust-lang/flate2-rs/pull/550) - [@&#8203;Guflly](https://github.com/Guflly) made their first contribution in [#&#8203;556](https://github.com/rust-lang/flate2-rs/pull/556) - [@&#8203;bushrat011899](https://github.com/bushrat011899) made their first contribution in [#&#8203;562](https://github.com/rust-lang/flate2-rs/pull/562) **Full Changelog**: <https://github.com/rust-lang/flate2-rs/compare/1.1.9...1.1.10> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41MC4zIiwidXBkYXRlZEluVmVyIjoiNDQuNTAuMyIsInRhcmdldEJyYW5jaCI6ImRldmVsIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyJdfQ==-->
renovate[bot] added 1 commit 2026-08-29 04:07:57 +04:00
chore(deps): update rust crate flate2 to v1.1.10
Test / Lint (pull_request) Failing after 1m34s
Test / Test (pull_request) Skipped
Test / Render parity (pull_request) Skipped
Docs Deploy / Build and Deploy MkDocs (push) Successful in 31s
Test / Lint (push) Failing after 1m33s
Test / Test (push) Skipped
Test / Render parity (push) Skipped
2815acb7cd
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-08-29 04:07:57 +04:00
renovate[bot] merged commit 2815acb7cd into devel 2026-08-29 04:07:58 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-08-29 04:07:58 +04:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: valentineus/fparkan#27