chore(deps): update rust crate zip to v8#7059
Merged
robert3005 merged 1 commit intodevelopfrom Mar 19, 2026
Merged
Conversation
robert3005
approved these changes
Mar 19, 2026
Merging this PR will improve performance by 18.36%
Performance Changes
Comparing Footnotes
|
dimitarvdimitrov
pushed a commit
that referenced
this pull request
Mar 20, 2026
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [zip](https://redirect.github.com/zip-rs/zip2) | workspace.dependencies | major | `6.0.0` → `8.0.0` | --- ### Release Notes <details> <summary>zip-rs/zip2 (zip)</summary> ### [`v8.2.0`](https://redirect.github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#820---2026-03-02) [Compare Source](https://redirect.github.com/zip-rs/zip2/compare/v8.1.0...v8.2.0) ##### <!-- 0 -->🚀 Features - allow custom salt ([#​680](https://redirect.github.com/zip-rs/zip2/pull/680)) - Support compressing bzip2 when feature `bzip2-rs` is enabled, since `bzip2/bzip2-sys` now supports it ([#​685](https://redirect.github.com/zip-rs/zip2/pull/685)) - enforce clippy in CI ([#​674](https://redirect.github.com/zip-rs/zip2/pull/674)) ##### <!-- 1 -->🐛 Bug Fixes - zip64 central header (issue 617) ([#​629](https://redirect.github.com/zip-rs/zip2/pull/629)) - allow aes password as bytes ([#​686](https://redirect.github.com/zip-rs/zip2/pull/686)) - handle extra field padding ([#​682](https://redirect.github.com/zip-rs/zip2/pull/682)) ##### <!-- 2 -->🚜 Refactor - Simplify 2 type conversions in src/write.rs ([#​687](https://redirect.github.com/zip-rs/zip2/pull/687)) ##### <!-- 4 -->⚡ Performance - AI tweaks for string type conversions in src/types.rs ([#​670](https://redirect.github.com/zip-rs/zip2/pull/670)) ### [`v8.1.0`](https://redirect.github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#810---2026-02-16) [Compare Source](https://redirect.github.com/zip-rs/zip2/compare/v8.0.0...v8.1.0) ##### <!-- 0 -->🚀 Features - *(writer)* Allow getting underlying writer of ZipWriter ([#​464](https://redirect.github.com/zip-rs/zip2/pull/464)) - add system to FileOption, so byte-for-byte identical archives can be created across platforms ([#​660](https://redirect.github.com/zip-rs/zip2/pull/660)) ##### <!-- 1 -->🐛 Bug Fixes - Bugs in extra-data length calculation in src/write.rs ([#​662](https://redirect.github.com/zip-rs/zip2/pull/662)) ### [`v8.0.0`](https://redirect.github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#800---2026-02-14) [Compare Source](https://redirect.github.com/zip-rs/zip2/compare/v7.4.0...v8.0.0) ##### <!-- 0 -->🚀 Features - document zip flags as enum ([#​639](https://redirect.github.com/zip-rs/zip2/pull/639)) - Migrate to Rust 2024 ([#​650](https://redirect.github.com/zip-rs/zip2/pull/650)) - \[**breaking**] Remove deprecated methods of `DateTime` ([#​597](https://redirect.github.com/zip-rs/zip2/pull/597)) ### [`v7.4.0`](https://redirect.github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#740---2026-02-05) [Compare Source](https://redirect.github.com/zip-rs/zip2/compare/v7.3.0...v7.4.0) ##### <!-- 0 -->🚀 Features - Increase MSRV to 1.88 and update dependencies ([#​626](https://redirect.github.com/zip-rs/zip2/pull/626)) ### [`v7.3.0`](https://redirect.github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#730---2026-02-04) [Compare Source](https://redirect.github.com/zip-rs/zip2/compare/v7.2.0...v7.3.0) ##### <!-- 0 -->🚀 Features - cleanup the benchmarks and Cargo.toml ([#​606](https://redirect.github.com/zip-rs/zip2/pull/606)) - Add support for per-file comments ([#​543](https://redirect.github.com/zip-rs/zip2/pull/543)) ##### <!-- 1 -->🐛 Bug Fixes - Document feature `unreserved` and make the mapping of extra fields public ([#​616](https://redirect.github.com/zip-rs/zip2/pull/616)) - Return an error if abort\_file() fails when exceeding non-large-file limit ([#​598](https://redirect.github.com/zip-rs/zip2/pull/598)) ##### <!-- 7 -->⚙️ Miscellaneous Tasks - Bump version to 7.3.0 (semver checks fail if it's still 7.3.0-pre1) ### [`v7.2.0`](https://redirect.github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#720---2026-01-20) [Compare Source](https://redirect.github.com/zip-rs/zip2/compare/v7.1.0...v7.2.0) ##### <!-- 0 -->🚀 Features - add read\_zipfile\_from\_stream\_with\_compressed\_size ([#​70](https://redirect.github.com/zip-rs/zip2/pull/70)) - Allow choosing bzip2 rust backend ([#​329](https://redirect.github.com/zip-rs/zip2/pull/329)) ##### <!-- 1 -->🐛 Bug Fixes - Need to include zip64 extra field in central directory (fix [#​353](https://redirect.github.com/zip-rs/zip2/issues/353)) ([#​360](https://redirect.github.com/zip-rs/zip2/pull/360)) - Fails to extract file which might or might not be malformed ([#​376](https://redirect.github.com/zip-rs/zip2/pull/376)) ([#​426](https://redirect.github.com/zip-rs/zip2/pull/426)) - *(aes)* Allow AES encryption while streaming ([#​463](https://redirect.github.com/zip-rs/zip2/pull/463)) - Default "platform" field in zip files should be set to the local platform, rather than always "Unix" ([#​470](https://redirect.github.com/zip-rs/zip2/pull/470)) ([#​471](https://redirect.github.com/zip-rs/zip2/pull/471)) ##### <!-- 2 -->🚜 Refactor - Define cfg\_if! and cfg\_if\_expr! internal macros ([#​438](https://redirect.github.com/zip-rs/zip2/pull/438)) ##### <!-- 4 -->⚡ Performance - Change an assert to debug\_assert when encrypting/decrypting AES, and eliminate a fallible operation ([#​521](https://redirect.github.com/zip-rs/zip2/pull/521)) - eliminate a String clone per new file added to archive, and other related refactors ([#​522](https://redirect.github.com/zip-rs/zip2/pull/522)) ### [`v7.1.0`](https://redirect.github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#710---2026-01-14) [Compare Source](https://redirect.github.com/zip-rs/zip2/compare/v7.0.0...v7.1.0) ##### <!-- 0 -->🚀 Features - display the underlying error in Display impl for `ZipError` ([#​483](https://redirect.github.com/zip-rs/zip2/pull/483)) - Enable creation of `ZipArchive` without reparsing ([#​485](https://redirect.github.com/zip-rs/zip2/pull/485)) ##### <!-- 1 -->🐛 Bug Fixes - Return InvalidPassword rather than panic when AES key is the wrong length ([#​457](https://redirect.github.com/zip-rs/zip2/pull/457)) - bench with auto zip64 comment ([#​505](https://redirect.github.com/zip-rs/zip2/pull/505)) - add condition for `getrandom` dependency ([#​504](https://redirect.github.com/zip-rs/zip2/pull/504)) - *(zipcrypto)* Support streaming ZipCrypto encryption, don't store entire file in memory ([#​462](https://redirect.github.com/zip-rs/zip2/pull/462)) ##### <!-- 2 -->🚜 Refactor - Clean up imports and move types ([#​461](https://redirect.github.com/zip-rs/zip2/pull/461)) - Replace handwritten `Ord` and `PartialOrd` for `DateTime` ([#​484](https://redirect.github.com/zip-rs/zip2/pull/484)) ##### <!-- 7 -->⚙️ Miscellaneous Tasks - Lock `lzma-rust2` to at least 0.15.5 ([#​491](https://redirect.github.com/zip-rs/zip2/pull/491)) ### [`v7.0.0`](https://redirect.github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#700---2025-12-05) [Compare Source](https://redirect.github.com/zip-rs/zip2/compare/v6.0.0...v7.0.0) ##### <!-- 9 -->⚠️ Breaking Changes - Removed the following features: `getrandom`, `hmac`, `pbkdf2`, `sha1`, `zeroize`. - Removed `lzma-static` and `xz-static` feature flags, which were deprecated synonyms of `lzma` and `xz`. ([#​405](https://redirect.github.com/zip-rs/zip2/pull/405), [#​425](https://redirect.github.com/zip-rs/zip2/pull/425)) ##### <!-- 0 -->🚀 Features - *(`SimpleFileOptions`)* const DEFAULT implementation ([#​474](https://redirect.github.com/zip-rs/zip2/pull/474)) - ZipWriter `set_auto_large_file()` method to enable large-file data descriptor when necessary ([#​468](https://redirect.github.com/zip-rs/zip2/pull/468)) ##### <!-- 1 -->🐛 Bug Fixes - print previous error when failing to search another cde ([#​460](https://redirect.github.com/zip-rs/zip2/pull/460)) - cargo doc warnings ([#​472](https://redirect.github.com/zip-rs/zip2/pull/472)) - Write ZIP64 data descriptors when large\_file option is true ([#​467](https://redirect.github.com/zip-rs/zip2/pull/467)) - Pin generic-array to an old version to work around [RustCrypto/traits#2036](https://redirect.github.com/RustCrypto/traits/issues/2036) until next RustCrypto & aes-crypto releases ([#​458](https://redirect.github.com/zip-rs/zip2/pull/458)) ##### <!-- 7 -->⚙️ Miscellaneous Tasks - Revert version bump so that release-plz will trigger - expose more flate2 feature flags ([#​476](https://redirect.github.com/zip-rs/zip2/pull/476)) - Next release will be 7.0.0 - release v6.0.0 ([#​442](https://redirect.github.com/zip-rs/zip2/pull/442)) ##### Deps - Bump lzma-rust2 to v0.15 ([#​465](https://redirect.github.com/zip-rs/zip2/pull/465)) </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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hhbmdlbG9nL2Nob3JlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.0→8.0.0Release Notes
zip-rs/zip2 (zip)
v8.2.0Compare Source
🚀 Features
bzip2-rsis enabled, sincebzip2/bzip2-sysnow supports it (#685)🐛 Bug Fixes
🚜 Refactor
⚡ Performance
v8.1.0Compare Source
🚀 Features
🐛 Bug Fixes
v8.0.0Compare Source
🚀 Features
DateTime(#597)v7.4.0Compare Source
🚀 Features
v7.3.0Compare Source
🚀 Features
🐛 Bug Fixes
unreservedand make the mapping of extra fields public (#616)⚙️ Miscellaneous Tasks
v7.2.0Compare Source
🚀 Features
🐛 Bug Fixes
🚜 Refactor
⚡ Performance
v7.1.0Compare Source
🚀 Features
ZipError(#483)ZipArchivewithout reparsing (#485)🐛 Bug Fixes
getrandomdependency (#504)🚜 Refactor
OrdandPartialOrdforDateTime(#484)⚙️ Miscellaneous Tasks
lzma-rust2to at least 0.15.5 (#491)v7.0.0Compare Source
getrandom,hmac,pbkdf2,sha1,zeroize.lzma-staticandxz-staticfeature flags, which were deprecated synonyms oflzmaandxz. (#405, #425)🚀 Features
SimpleFileOptions) const DEFAULT implementation (#474)set_auto_large_file()method to enable large-file data descriptor when necessary (#468)🐛 Bug Fixes
⚙️ Miscellaneous Tasks
Deps
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.
This PR was generated by Mend Renovate. View the repository job log.