chore(deps): update all non-major dependencies #227

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2026-01-14 10:31:19 -08:00
Collaborator

This PR contains the following updates:

Package Type Update Change
flate2 dependencies patch 1.1.51.1.8
zip dependencies minor 7.0.07.1.0

Release Notes

rust-lang/flate2-rs (flate2)

v1.1.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.7...1.1.8

v1.1.7: - depend on zlib-rs directly and remove libz-rs-sys

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6

v1.1.6: - YANKED

Compare Source

It caused #​515.

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6

zip-rs/zip2 (zip)

v7.1.0

Compare Source

🚀 Features
  • display the underlying error in Display impl for ZipError::Display (#​483)
  • Enable creation of ZipArchive without reparsing (#​485)
🐛 Bug Fixes
  • Return InvalidPassword rather than panic when AES key is the wrong length (#​457)
  • bench with auto zip64 comment (#​505)
  • add condition for getrandom dependency (#​504)
  • (zipcrypto) Support streaming ZipCrypto encryption, don't store entire file in memory (#​462)
🚜 Refactor
  • Clean up imports and move types (#​461)
  • Replace handwritten Ord and PartialOrd for DateTime (#​484)
⚙️ Miscellaneous Tasks
  • Lock lzma-rust2 to at least 0.15.5 (#​491)

Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flate2](https://github.com/rust-lang/flate2-rs) | dependencies | patch | `1.1.5` → `1.1.8` | | [zip](https://github.com/zip-rs/zip2) | dependencies | minor | `7.0.0` → `7.1.0` | --- ### Release Notes <details> <summary>rust-lang/flate2-rs (flate2)</summary> ### [`v1.1.8`](https://github.com/rust-lang/flate2-rs/releases/tag/1.1.8) [Compare Source](https://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://github.com/Copilot) in [#&#8203;519](https://github.com/rust-lang/flate2-rs/pull/519) - Complete the zlib-rs support without the need for C-bindings by [@&#8203;Byron](https://github.com/Byron) in [#&#8203;524](https://github.com/rust-lang/flate2-rs/pull/524) - test zlib API for all compatible backends by [@&#8203;Byron](https://github.com/Byron) in [#&#8203;525](https://github.com/rust-lang/flate2-rs/pull/525) #### New Contributors - [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;519](https://github.com/rust-lang/flate2-rs/pull/519) **Full Changelog**: <https://github.com/rust-lang/flate2-rs/compare/1.1.7...1.1.8> ### [`v1.1.7`](https://github.com/rust-lang/flate2-rs/releases/tag/1.1.7): - depend on `zlib-rs` directly and remove `libz-rs-sys` [Compare Source](https://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://github.com/reddaisyy) in [#&#8203;510](https://github.com/rust-lang/flate2-rs/pull/510) - Explain rationale for choosing bufread,read,write modules by [@&#8203;jongiddy](https://github.com/jongiddy) in [#&#8203;512](https://github.com/rust-lang/flate2-rs/pull/512) - use Decompress::reset() instead of recreating in DeflateDecoder by [@&#8203;amirshukayev](https://github.com/amirshukayev) in [#&#8203;514](https://github.com/rust-lang/flate2-rs/pull/514) - use `zlib_rs` api by [@&#8203;folkertdev](https://github.com/folkertdev) in [#&#8203;513](https://github.com/rust-lang/flate2-rs/pull/513) #### New Contributors - [@&#8203;reddaisyy](https://github.com/reddaisyy) made their first contribution in [#&#8203;510](https://github.com/rust-lang/flate2-rs/pull/510) - [@&#8203;amirshukayev](https://github.com/amirshukayev) made their first contribution in [#&#8203;514](https://github.com/rust-lang/flate2-rs/pull/514) **Full Changelog**: <https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6> ### [`v1.1.6`](https://github.com/rust-lang/flate2-rs/releases/tag/1.1.6): - YANKED [Compare Source](https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6) It caused [#&#8203;515](https://github.com/rust-lang/flate2-rs/issues/515). #### What's Changed - chore: make some documents clearer by [@&#8203;reddaisyy](https://github.com/reddaisyy) in [#&#8203;510](https://github.com/rust-lang/flate2-rs/pull/510) - Explain rationale for choosing bufread,read,write modules by [@&#8203;jongiddy](https://github.com/jongiddy) in [#&#8203;512](https://github.com/rust-lang/flate2-rs/pull/512) - use Decompress::reset() instead of recreating in DeflateDecoder by [@&#8203;amirshukayev](https://github.com/amirshukayev) in [#&#8203;514](https://github.com/rust-lang/flate2-rs/pull/514) - use `zlib_rs` api by [@&#8203;folkertdev](https://github.com/folkertdev) in [#&#8203;513](https://github.com/rust-lang/flate2-rs/pull/513) #### New Contributors - [@&#8203;reddaisyy](https://github.com/reddaisyy) made their first contribution in [#&#8203;510](https://github.com/rust-lang/flate2-rs/pull/510) - [@&#8203;amirshukayev](https://github.com/amirshukayev) made their first contribution in [#&#8203;514](https://github.com/rust-lang/flate2-rs/pull/514) **Full Changelog**: <https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6> </details> <details> <summary>zip-rs/zip2 (zip)</summary> ### [`v7.1.0`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#710---2026-01-14) [Compare Source](https://github.com/zip-rs/zip2/compare/v7.0.0...v7.1.0) ##### <!-- 0 -->🚀 Features - display the underlying error in Display impl for ZipError::Display ([#&#8203;483](https://github.com/zip-rs/zip2/pull/483)) - Enable creation of `ZipArchive` without reparsing ([#&#8203;485](https://github.com/zip-rs/zip2/pull/485)) ##### <!-- 1 -->🐛 Bug Fixes - Return InvalidPassword rather than panic when AES key is the wrong length ([#&#8203;457](https://github.com/zip-rs/zip2/pull/457)) - bench with auto zip64 comment ([#&#8203;505](https://github.com/zip-rs/zip2/pull/505)) - add condition for `getrandom` dependency ([#&#8203;504](https://github.com/zip-rs/zip2/pull/504)) - *(zipcrypto)* Support streaming ZipCrypto encryption, don't store entire file in memory ([#&#8203;462](https://github.com/zip-rs/zip2/pull/462)) ##### <!-- 2 -->🚜 Refactor - Clean up imports and move types ([#&#8203;461](https://github.com/zip-rs/zip2/pull/461)) - Replace handwritten `Ord` and `PartialOrd` for `DateTime` ([#&#8203;484](https://github.com/zip-rs/zip2/pull/484)) ##### <!-- 7 -->⚙️ Miscellaneous Tasks - Lock `lzma-rust2` to at least 0.15.5 ([#&#8203;491](https://github.com/zip-rs/zip2/pull/491)) </details> --- ### Configuration 📅 **Schedule**: 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43OC4yIiwidXBkYXRlZEluVmVyIjoiNDIuODEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2026-01-12 04:31:24 -08:00
chore(deps): update rust crate flate2 to v1.1.8
Some checks failed
Continuous integration / Check (push) Successful in 2m34s
Continuous integration / Test Suite (push) Successful in 4m41s
Continuous integration / Rustfmt (push) Successful in 1m38s
Continuous integration / build (push) Failing after 29s
Continuous integration / Trunk (push) Successful in 7m45s
Continuous integration / Disallow unused dependencies (push) Successful in 5m39s
58c0c51a21
renovatebot force-pushed renovate/all-minor-patch from 58c0c51a21 to faa35dd65a 2026-01-14 05:16:30 -08:00 Compare
renovatebot changed title from chore(deps): update rust crate flate2 to v1.1.8 to chore(deps): update all non-major dependencies 2026-01-14 05:16:32 -08:00
renovatebot merged commit 95a4f2e630 into master 2026-01-14 10:31:19 -08:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wathiede/letterbox#227