chore(deps): update rust crate zip to v2.6.1 #237

Merged
lucas merged 1 commit from renovate/zip-2.x-lockfile into master 2025-04-21 18:32:39 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
zip workspace.dependencies minor 2.2.0 -> 2.6.1

Release Notes

zip-rs/zip2 (zip)

v2.6.1

Compare Source

🐛 Bug Fixes
  • avoid scanning through all local file headers while opening an archive (#​281)

v2.6.0

Compare Source

🚀 Features
  • Add support for time::PrimitiveDateTime (#​322)
  • Add jiff integration (#​323)
🐛 Bug Fixes
  • improve error message for duplicated file (#​277)

v2.5.0

Compare Source

🚀 Features
  • Add support for time::PrimitiveDateTime (#​322)
  • Add jiff integration (#​323)
🐛 Bug Fixes
  • improve error message for duplicated file (#​277)

v2.4.2

Compare Source

🐛 Bug Fixes
  • deep_copy_file produced a mangled file header on big-endian platforms (#​309)

v2.4.1

Compare Source

🐛 Bug Fixes
  • type issue in test
  • double as_ref().canonicalize()?
  • CI failures
  • Create directory for extraction if necessary (#​314)

v2.4.0

Compare Source

🚀 Features
  • ZipArchive::root_dir and ZipArchive::extract_unwrapped_root_dir (#​304)
🐛 Bug Fixes
  • wasm build failure due to a missing use statement (#​313)

v2.3.0

Compare Source

🚀 Features
  • Add support for NTFS extra field (#​279)
🐛 Bug Fixes
  • (test) Conditionalize a zip64 doctest (#​308)
  • fix failing tests, remove symlink loop check
  • Canonicalize output path to avoid false negatives
  • Symlink handling in stream extraction
  • Canonicalize output paths and symlink targets, and ensure they descend from the destination
⚙️ Miscellaneous Tasks
  • Fix clippy and cargo fmt warnings (#​310)

v2.2.3

Compare Source

🚜 Refactor
  • Change the inner structure of DateTime (#​267)
⚙️ Miscellaneous Tasks
  • cargo fix --edition

v2.2.2

Compare Source

🐛 Bug Fixes
  • rewrite the EOCD/EOCD64 detection to fix extreme performance regression (#​247)

v2.2.1

Compare Source

🐛 Bug Fixes
  • remove executable bit (#​238)
  • (lzma) fixed panic in case of invalid lzma stream (#​259)
  • resolve new clippy warnings on nightly (#​262)
  • resolve clippy warning in nightly (#​252)
Performance

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [zip](https://github.com/zip-rs/zip2) | workspace.dependencies | minor | `2.2.0` -> `2.6.1` | --- ### Release Notes <details> <summary>zip-rs/zip2 (zip)</summary> ### [`v2.6.1`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#261---2025-04-03) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.6.0...v2.6.1) ##### <!-- 1 -->🐛 Bug Fixes - avoid scanning through all local file headers while opening an archive ([#&#8203;281](https://github.com/zip-rs/zip2/pull/281)) ### [`v2.6.0`](https://github.com/zip-rs/zip2/releases/tag/v2.6.0) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.5.0...v2.6.0) ##### <!-- 0 -->🚀 Features - Add support for `time::PrimitiveDateTime` ([#&#8203;322](https://github.com/zip-rs/zip2/pull/322)) - Add `jiff` integration ([#&#8203;323](https://github.com/zip-rs/zip2/pull/323)) ##### <!-- 1 -->🐛 Bug Fixes - improve error message for duplicated file ([#&#8203;277](https://github.com/zip-rs/zip2/pull/277)) ### [`v2.5.0`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#250---2025-03-23) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.4.2...v2.5.0) ##### <!-- 0 -->🚀 Features - Add support for `time::PrimitiveDateTime` ([#&#8203;322](https://github.com/zip-rs/zip2/pull/322)) - Add `jiff` integration ([#&#8203;323](https://github.com/zip-rs/zip2/pull/323)) ##### <!-- 1 -->🐛 Bug Fixes - improve error message for duplicated file ([#&#8203;277](https://github.com/zip-rs/zip2/pull/277)) ### [`v2.4.2`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#242---2025-03-18) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.4.1...v2.4.2) ##### <!-- 1 -->🐛 Bug Fixes - `deep_copy_file` produced a mangled file header on big-endian platforms ([#&#8203;309](https://github.com/zip-rs/zip2/issues/309)) ### [`v2.4.1`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#241---2025-03-17) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.4.0...v2.4.1) ##### <!-- 1 -->🐛 Bug Fixes - type issue in test - double as_ref().canonicalize()? - CI failures - Create directory for extraction if necessary ([#&#8203;314](https://github.com/zip-rs/zip2/pull/314)) ### [`v2.4.0`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#240---2025-03-17) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.3.0...v2.4.0) ##### <!-- 0 -->🚀 Features - `ZipArchive::root_dir` and `ZipArchive::extract_unwrapped_root_dir` ([#&#8203;304](https://github.com/zip-rs/zip2/pull/304)) ##### <!-- 1 -->🐛 Bug Fixes - wasm build failure due to a missing use statement ([#&#8203;313](https://github.com/zip-rs/zip2/pull/313)) ### [`v2.3.0`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#230---2025-03-16) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.2.3...v2.3.0) ##### <!-- 0 -->🚀 Features - Add support for NTFS extra field ([#&#8203;279](https://github.com/zip-rs/zip2/pull/279)) ##### <!-- 1 -->🐛 Bug Fixes - *(test)* Conditionalize a zip64 doctest ([#&#8203;308](https://github.com/zip-rs/zip2/pull/308)) - fix failing tests, remove symlink loop check - Canonicalize output path to avoid false negatives - Symlink handling in stream extraction - Canonicalize output paths and symlink targets, and ensure they descend from the destination ##### <!-- 7 -->⚙️ Miscellaneous Tasks - Fix clippy and cargo fmt warnings ([#&#8203;310](https://github.com/zip-rs/zip2/pull/310)) ### [`v2.2.3`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#223---2025-02-26) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.2.2...v2.2.3) ##### <!-- 2 -->🚜 Refactor - Change the inner structure of `DateTime` ([#&#8203;267](https://github.com/zip-rs/zip2/issues/267)) ##### <!-- 7 -->⚙️ Miscellaneous Tasks - cargo fix --edition ### [`v2.2.2`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#222---2024-12-16) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.2.1...v2.2.2) ##### <!-- 1 -->🐛 Bug Fixes - rewrite the EOCD/EOCD64 detection to fix extreme performance regression ([#&#8203;247](https://github.com/zip-rs/zip2/issues/247)) ### [`v2.2.1`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#221---2024-11-20) [Compare Source](https://github.com/zip-rs/zip2/compare/v2.2.0...v2.2.1) ##### <!-- 1 -->🐛 Bug Fixes - remove executable bit ([#&#8203;238](https://github.com/zip-rs/zip2/pull/238)) - *(lzma)* fixed panic in case of invalid lzma stream ([#&#8203;259](https://github.com/zip-rs/zip2/pull/259)) - resolve new clippy warnings on nightly ([#&#8203;262](https://github.com/zip-rs/zip2/pull/262)) - resolve clippy warning in nightly ([#&#8203;252](https://github.com/zip-rs/zip2/pull/252)) ##### <!-- 4 -->⚡ Performance - Faster cde rejection ([#&#8203;255](https://github.com/zip-rs/zip2/pull/255)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-botbot added 1 commit 2025-04-21 17:47:52 +02:00
chore(deps): update rust crate zip to v2.6.1
All checks were successful
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
lint/clippy Checking for common mistakes and opportunities for code improvement
bdce3e7787
lucas merged commit 198c098cde into master 2025-04-21 18:32:39 +02:00
lucas deleted branch renovate/zip-2.x-lockfile 2025-04-21 18:32:40 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: bitsquid_dt/dtmt#237
No description provided.