[PR #341] [MERGED] Bump zip from 2.2.3 to 2.4.1 #433

Closed
opened 2026-03-03 13:47:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/341
Author: @dependabot[bot]
Created: 3/18/2025
Status: Merged
Merged: 3/18/2025
Merged by: @loganmc10

Base: mainHead: dependabot/cargo/zip-2.4.1


📝 Commits (1)

  • fc90548 Bump zip from 2.2.3 to 2.4.1

📊 Changes

2 files changed (+25 additions, -4 deletions)

View changed files

📝 Cargo.lock (+24 -3)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps zip from 2.2.3 to 2.4.1.

Release notes

Sourced from zip's releases.

v2.4.1

🐛 Bug Fixes

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

v2.4.0

🚀 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

🚀 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)
Changelog

Sourced from zip's changelog.

2.4.1 - 2025-03-17

🐛 Bug Fixes

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

2.4.0 - 2025-03-17

🚀 Features

  • ZipArchive::root_dir and ZipArchive::extract_unwrapped_root_dir (#304)

🐛 Bug Fixes

  • wasm build failure due to a missing use statement (#313)

2.3.0 - 2025-03-16

🚀 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)
Commits
  • cfdec05 chore: release v2.4.1 (#317)
  • 2dea0e7 fix: type issue in test
  • 1b6000d fix: double as_ref().canonicalize()?
  • bce9b2f fix: CI failures
  • cdc34eb fix: Create directory for extraction if necessary (#314)
  • a062545 chore: release v2.4.0 (#311)
  • 695b961 fix: wasm build failure due to a missing use statement (#313)
  • beb2dc1 zip64: fix zip64 extended information issue (#265)
  • 40aca20 chore(deps): Update dev dependencies, fuzz dependencies and MACOSX_DEPLOYMENT...
  • 19223ef deps: Disable nt-time default feature so it can be used in no_std
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/341 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `dependabot/cargo/zip-2.4.1` --- ### 📝 Commits (1) - [`fc90548`](https://github.com/gopher64/gopher64/commit/fc9054881ef6c179f590c491bfad1af2a5938199) Bump zip from 2.2.3 to 2.4.1 ### 📊 Changes **2 files changed** (+25 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+24 -3) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.3 to 2.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zip-rs/zip2/releases">zip's releases</a>.</em></p> <blockquote> <h2>v2.4.1</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>type issue in test</li> <li>double as_ref().canonicalize()?</li> <li>CI failures</li> <li>Create directory for extraction if necessary (<a href="https://redirect.github.com/zip-rs/zip2/pull/314">#314</a>)</li> </ul> <h2>v2.4.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li><code>ZipArchive::root_dir</code> and <code>ZipArchive::extract_unwrapped_root_dir</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/304">#304</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>wasm build failure due to a missing use statement (<a href="https://redirect.github.com/zip-rs/zip2/pull/313">#313</a>)</li> </ul> <h2>v2.3.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add support for NTFS extra field (<a href="https://redirect.github.com/zip-rs/zip2/pull/279">#279</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li><em>(test)</em> Conditionalize a zip64 doctest (<a href="https://redirect.github.com/zip-rs/zip2/pull/308">#308</a>)</li> <li>fix failing tests, remove symlink loop check</li> <li>Canonicalize output path to avoid false negatives</li> <li>Symlink handling in stream extraction</li> <li>Canonicalize output paths and symlink targets, and ensure they descend from the destination</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Fix clippy and cargo fmt warnings (<a href="https://redirect.github.com/zip-rs/zip2/pull/310">#310</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md">zip's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.4.0...v2.4.1">2.4.1</a> - 2025-03-17</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>type issue in test</li> <li>double as_ref().canonicalize()?</li> <li>CI failures</li> <li>Create directory for extraction if necessary (<a href="https://redirect.github.com/zip-rs/zip2/pull/314">#314</a>)</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.3.0...v2.4.0">2.4.0</a> - 2025-03-17</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li><code>ZipArchive::root_dir</code> and <code>ZipArchive::extract_unwrapped_root_dir</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/304">#304</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>wasm build failure due to a missing use statement (<a href="https://redirect.github.com/zip-rs/zip2/pull/313">#313</a>)</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.2.3...v2.3.0">2.3.0</a> - 2025-03-16</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add support for NTFS extra field (<a href="https://redirect.github.com/zip-rs/zip2/pull/279">#279</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li><em>(test)</em> Conditionalize a zip64 doctest (<a href="https://redirect.github.com/zip-rs/zip2/pull/308">#308</a>)</li> <li>fix failing tests, remove symlink loop check</li> <li>Canonicalize output path to avoid false negatives</li> <li>Symlink handling in stream extraction</li> <li>Canonicalize output paths and symlink targets, and ensure they descend from the destination</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Fix clippy and cargo fmt warnings (<a href="https://redirect.github.com/zip-rs/zip2/pull/310">#310</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zip-rs/zip2/commit/cfdec05c27d38deffb65abe888b87e4780ede2ca"><code>cfdec05</code></a> chore: release v2.4.1 (<a href="https://redirect.github.com/zip-rs/zip2/issues/317">#317</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/2dea0e772f216ed7e6eabe80055aaa7cc1a501d9"><code>2dea0e7</code></a> fix: type issue in test</li> <li><a href="https://github.com/zip-rs/zip2/commit/1b6000d8144e264ea69982011e60c2c312c10d40"><code>1b6000d</code></a> fix: double as_ref().canonicalize()?</li> <li><a href="https://github.com/zip-rs/zip2/commit/bce9b2fd3ba49fa4ad19784e9c515a905c12fa07"><code>bce9b2f</code></a> fix: CI failures</li> <li><a href="https://github.com/zip-rs/zip2/commit/cdc34eb504f8e1b4088f337d08c3286a2d2fcd42"><code>cdc34eb</code></a> fix: Create directory for extraction if necessary (<a href="https://redirect.github.com/zip-rs/zip2/issues/314">#314</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/a0625454eb071372934cf32ef414836e3e99c60a"><code>a062545</code></a> chore: release v2.4.0 (<a href="https://redirect.github.com/zip-rs/zip2/issues/311">#311</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/695b961ea3a0d9ea5ee62b3331bc5fa725bf523f"><code>695b961</code></a> fix: wasm build failure due to a missing use statement (<a href="https://redirect.github.com/zip-rs/zip2/issues/313">#313</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/beb2dc1c5712e88fad8b73ba20ea845e91bb1b4d"><code>beb2dc1</code></a> zip64: fix zip64 extended information issue (<a href="https://redirect.github.com/zip-rs/zip2/issues/265">#265</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/40aca209ae7ac51157aa47799868a40cb9ab9335"><code>40aca20</code></a> chore(deps): Update dev dependencies, fuzz dependencies and MACOSX_DEPLOYMENT...</li> <li><a href="https://github.com/zip-rs/zip2/commit/19223ef4accd85d26bc7e4d95de552c673279ba9"><code>19223ef</code></a> deps: Disable <code>nt-time</code> default feature so it can be used in <code>no_std</code></li> <li>Additional commits viewable in <a href="https://github.com/zip-rs/zip2/compare/v2.2.3...v2.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zip&package-manager=cargo&previous-version=2.2.3&new-version=2.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:29 +03:00
Sign in to join this conversation.
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
starred/gopher64#433
No description provided.