[PR #185] [MERGED] Bump zip from 2.1.6 to 2.4.1 in /src-tauri #109

Closed
opened 2025-12-29 07:19:22 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/185
Author: @dependabot[bot]
Created: 3/18/2025
Status: Merged
Merged: 3/19/2025
Merged by: @gschier

Base: masterHead: dependabot/cargo/src-tauri/zip-2.4.1


📝 Commits (1)

  • 098398a Bump zip from 2.1.6 to 2.4.1 in /src-tauri

📊 Changes

1 file changed (+9 additions, -9 deletions)

View changed files

📝 src-tauri/Cargo.lock (+9 -9)

📄 Description

Bumps zip from 2.1.6 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)

v2.2.3

🚜 Refactor

  • Change the inner structure of DateTime (#267)

⚙️ Miscellaneous Tasks

  • cargo fix --edition

v2.2.2

🐛 Bug Fixes

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

v2.2.1

🐛 Bug Fixes

... (truncated)

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)

2.2.3 - 2025-02-26

🚜 Refactor

  • Change the inner structure of DateTime (#267)

⚙️ Miscellaneous Tasks

  • cargo fix --edition

2.2.2 - 2024-12-16

🐛 Bug Fixes

... (truncated)

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/mountain-loop/yaak/pull/185 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `dependabot/cargo/src-tauri/zip-2.4.1` --- ### 📝 Commits (1) - [`098398a`](https://github.com/mountain-loop/yaak/commit/098398ada43e7e2ba3174b574b38194d746c5679) Bump zip from 2.1.6 to 2.4.1 in /src-tauri ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/Cargo.lock` (+9 -9) </details> ### 📄 Description Bumps [zip](https://github.com/zip-rs/zip2) from 2.1.6 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> <h2>v2.2.3</h2> <h3><!-- raw HTML omitted -->🚜 Refactor</h3> <ul> <li>Change the inner structure of <code>DateTime</code> (<a href="https://redirect.github.com/zip-rs/zip2/issues/267">#267</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>cargo fix --edition</li> </ul> <h2>v2.2.2</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>rewrite the EOCD/EOCD64 detection to fix extreme performance regression (<a href="https://redirect.github.com/zip-rs/zip2/issues/247">#247</a>)</li> </ul> <h2>v2.2.1</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.2.2...v2.2.3">2.2.3</a> - 2025-02-26</h2> <h3><!-- raw HTML omitted -->🚜 Refactor</h3> <ul> <li>Change the inner structure of <code>DateTime</code> (<a href="https://redirect.github.com/zip-rs/zip2/issues/267">#267</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>cargo fix --edition</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.2.1...v2.2.2">2.2.2</a> - 2024-12-16</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.1.6...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.1.6&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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mountain-loop/yaak/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:22 +01:00
adam closed this issue 2025-12-29 07:19:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#109