Skip to content

Update Rust crate zip to v8#12

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/zip-8.x
Open

Update Rust crate zip to v8#12
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/zip-8.x

Conversation

@renovate

@renovate renovate Bot commented Feb 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
zip dependencies major 7.4.08.6.0

Release Notes

zip-rs/zip2 (zip)

v8.6.0

Compare Source

🚀 Features
  • add compression not supported as enum error (#​774)
🐛 Bug Fixes
  • allow for [u8] as filename (#​775)
🚜 Refactor
  • mark ZipFlags as non-exhaustive and add test for HasZipMetadata (#​777)
  • use and simplify is_dir (#​776)

v8.5.1

Compare Source

🚜 Refactor
  • change magic finder to stack buffer (#​763)
  • simplify extra field parsing (#​764)

v8.5.0

Compare Source

🐛 Bug Fixes
  • remove zip64 comment and add zip64 extensible data sector (#​747)
🚜 Refactor
  • remove useless magic in struct (#​730)
  • change extra_field from Arc<Vec> to Arc<[u8]> (#​741)
⚙️ Miscellaneous Tasks

v8.4.0

Compare Source

🚀 Features
  • add a check for building benches (#​748)
🚜 Refactor
  • split part of read.rs for code readability (#​744)
  • remove unused allow (#​745)
⚡ Performance
  • skip BufReader for Stored files in make_reader (#​739)
⚙️ Miscellaneous Tasks
  • move pull request template to correct folder (#​749)

v8.3.1

Compare Source

🚜 Refactor
  • use AexEncryption::new (#​736)
  • update tests to add big endian miri check (#​735)
⚙️ Miscellaneous Tasks
  • cleanup repository files (#​743)

v8.3.0

Compare Source

🚀 Features
  • add must_use (#​727)
  • improve and fix extended timestamp extra field parsing (#​713)
  • add crc32 ignore option (#​710)
  • path related code in single file (#​712)
🐛 Bug Fixes
🚜 Refactor
  • refactor some imports (#​734)
  • move code to distinct file (datetime, FixedSizeBlock) (#​733)
  • move stream code to src/read/stream.rs (#​731)
  • remove zip64 extra field update (#​732)
  • improve part of the code with clippy help (#​725)
  • simplify code for unicode extra field and improve error message (#​724)
  • reorganize code (#​714)
Deps
  • avoid pulling in zeroize_derive (#​720)

v8.2.0

Compare Source

🚀 Features
  • allow custom salt (#​680)
  • Support compressing bzip2 when feature bzip2-rs is enabled, since bzip2/bzip2-sys now supports it (#​685)
  • enforce clippy in CI (#​674)
🐛 Bug Fixes
  • zip64 central header (issue 617) (#​629)
  • allow aes password as bytes (#​686)
  • handle extra field padding (#​682)
🚜 Refactor
  • Simplify 2 type conversions in src/write.rs (#​687)
⚡ Performance
  • AI tweaks for string type conversions in src/types.rs (#​670)

v8.1.0

Compare Source

🚀 Features
  • (writer) Allow getting underlying writer of ZipWriter (#​464)
  • add system to FileOption, so byte-for-byte identical archives can be created across platforms (#​660)
🐛 Bug Fixes
  • Bugs in extra-data length calculation in src/write.rs (#​662)

v8.0.0

Compare Source

🚀 Features
  • document zip flags as enum (#​639)
  • Migrate to Rust 2024 (#​650)
  • [breaking] Remove deprecated methods of DateTime (#​597)

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/zip-8.x branch from df63edd to dcd501c Compare February 17, 2026 02:12
@renovate renovate Bot force-pushed the renovate/zip-8.x branch from dcd501c to fa2dc62 Compare March 3, 2026 05:10
@renovate renovate Bot force-pushed the renovate/zip-8.x branch 4 times, most recently from 7a96baf to a56dea0 Compare March 25, 2026 00:43
@renovate renovate Bot force-pushed the renovate/zip-8.x branch 2 times, most recently from 27c8365 to 004e3b6 Compare April 1, 2026 19:00
@renovate renovate Bot force-pushed the renovate/zip-8.x branch 2 times, most recently from d4040f3 to 5d9138f Compare April 14, 2026 05:07
@renovate renovate Bot force-pushed the renovate/zip-8.x branch from 5d9138f to 4484631 Compare April 25, 2026 22:02
@renovate renovate Bot force-pushed the renovate/zip-8.x branch from 4484631 to 1954ed4 Compare May 18, 2026 14:03
@renovate renovate Bot force-pushed the renovate/zip-8.x branch 2 times, most recently from 13309d9 to c8edd51 Compare June 5, 2026 18:31
@renovate renovate Bot force-pushed the renovate/zip-8.x branch from c8edd51 to 72ba446 Compare June 10, 2026 00:54
@renovate renovate Bot force-pushed the renovate/zip-8.x branch from 72ba446 to 5975d03 Compare July 2, 2026 02:47
@renovate renovate Bot force-pushed the renovate/zip-8.x branch from 5975d03 to 0894544 Compare July 9, 2026 23:54
@renovate renovate Bot force-pushed the renovate/zip-8.x branch from 0894544 to eefe0a3 Compare July 10, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants