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

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2026-01-20 07:46:17 -08:00
Collaborator

This PR contains the following updates:

Package Type Update Change
thiserror dependencies patch 2.0.172.0.18
zip dependencies minor 7.1.07.2.0

Release Notes

dtolnay/thiserror (thiserror)

v2.0.18

Compare Source

zip-rs/zip2 (zip)

v7.2.0

Compare Source

🚀 Features
  • add read_zipfile_from_stream_with_compressed_size (#​70)
  • Allow choosing bzip2 rust backend (#​329)
🐛 Bug Fixes
  • Need to include zip64 extra field in central directory (fix #​353) (#​360)
  • Fails to extract file which might or might not be malformed (#​376) (#​426)
  • (aes) Allow AES encryption while streaming (#​463)
  • Default "platform" field in zip files should be set to the local platform, rather than always "Unix" (#​470) (#​471)
🚜 Refactor
  • Define cfg_if! and cfg_if_expr! internal macros (#​438)
Performance
  • Change an assert to debug_assert when encrypting/decrypting AES, and eliminate a fallible operation (#​521)
  • eliminate a String clone per new file added to archive, and other related refactors (#​522)
⚙️ Miscellaneous Tasks
  • Fix another merge error, this one affecting only builds with flate2 and not zopfli
  • Fix more merge issues
  • Fix merge
  • Fix write_dir build errors on specific feature configs
  • Fix clippy warning
  • Fix --all-features build error
  • Fix merge

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 | |---|---|---|---| | [thiserror](https://github.com/dtolnay/thiserror) | dependencies | patch | `2.0.17` → `2.0.18` | | [zip](https://github.com/zip-rs/zip2) | dependencies | minor | `7.1.0` → `7.2.0` | --- ### Release Notes <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v2.0.18`](https://github.com/dtolnay/thiserror/releases/tag/2.0.18) [Compare Source](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18) - Make compatible with project-level `needless_lifetimes = "forbid"` ([#&#8203;443](https://github.com/dtolnay/thiserror/issues/443), thanks [@&#8203;LucaCappelletti94](https://github.com/LucaCappelletti94)) </details> <details> <summary>zip-rs/zip2 (zip)</summary> ### [`v7.2.0`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#720---2026-01-20) [Compare Source](https://github.com/zip-rs/zip2/compare/v7.1.0...v7.2.0) ##### <!-- 0 -->🚀 Features - add read\_zipfile\_from\_stream\_with\_compressed\_size ([#&#8203;70](https://github.com/zip-rs/zip2/pull/70)) - Allow choosing bzip2 rust backend ([#&#8203;329](https://github.com/zip-rs/zip2/pull/329)) ##### <!-- 1 -->🐛 Bug Fixes - Need to include zip64 extra field in central directory (fix [#&#8203;353](https://github.com/zip-rs/zip2/issues/353)) ([#&#8203;360](https://github.com/zip-rs/zip2/pull/360)) - Fails to extract file which might or might not be malformed ([#&#8203;376](https://github.com/zip-rs/zip2/pull/376)) ([#&#8203;426](https://github.com/zip-rs/zip2/pull/426)) - *(aes)* Allow AES encryption while streaming ([#&#8203;463](https://github.com/zip-rs/zip2/pull/463)) - Default "platform" field in zip files should be set to the local platform, rather than always "Unix" ([#&#8203;470](https://github.com/zip-rs/zip2/pull/470)) ([#&#8203;471](https://github.com/zip-rs/zip2/pull/471)) ##### <!-- 2 -->🚜 Refactor - Define cfg\_if! and cfg\_if\_expr! internal macros ([#&#8203;438](https://github.com/zip-rs/zip2/pull/438)) ##### <!-- 4 -->⚡ Performance - Change an assert to debug\_assert when encrypting/decrypting AES, and eliminate a fallible operation ([#&#8203;521](https://github.com/zip-rs/zip2/pull/521)) - eliminate a String clone per new file added to archive, and other related refactors ([#&#8203;522](https://github.com/zip-rs/zip2/pull/522)) ##### <!-- 7 -->⚙️ Miscellaneous Tasks - Fix another merge error, this one affecting only builds with flate2 and not zopfli - Fix more merge issues - Fix merge - Fix write\_dir build errors on specific feature configs - Fix clippy warning - Fix --all-features build error - Fix merge </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuODUuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2026-01-18 09:01:45 -08:00
chore(deps): update rust crate thiserror to v2.0.18
Some checks failed
Continuous integration / Check (push) Successful in 3m24s
Continuous integration / Test Suite (push) Successful in 3m18s
Continuous integration / Rustfmt (push) Successful in 1m26s
Continuous integration / Trunk (push) Failing after 1m56s
Continuous integration / build (push) Successful in 3m39s
Continuous integration / Disallow unused dependencies (push) Successful in 5m44s
09c138c91a
renovatebot force-pushed renovate/all-minor-patch from 09c138c91a to cb77f83607 2026-01-20 06:46:30 -08:00 Compare
renovatebot changed title from chore(deps): update rust crate thiserror to v2.0.18 to chore(deps): update all non-major dependencies 2026-01-20 06:46:32 -08:00
renovatebot merged commit 626eca5619 into master 2026-01-20 07:46:17 -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#233