[PR #373] [CLOSED] Bump zip from 2.6.0 to 2.6.1 #464

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

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/373
Author: @dependabot[bot]
Created: 4/7/2025
Status: Closed

Base: mainHead: dependabot/cargo/zip-2.6.1


📝 Commits (1)

  • 0da1bcf Bump zip from 2.6.0 to 2.6.1

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps zip from 2.6.0 to 2.6.1.

Release notes

Sourced from zip's releases.

v2.6.1

🐛 Bug Fixes

  • avoid scanning through all local file headers while opening an archive (#281)
Changelog

Sourced from zip's changelog.

2.6.1 - 2025-04-03

🐛 Bug Fixes

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

2.5.0 - 2025-03-23

🚀 Features

  • Add support for time::PrimitiveDateTime (#322)
  • Add jiff integration (#323)

🐛 Bug Fixes

  • improve error message for duplicated file (#277)

2.4.2 - 2025-03-18

🐛 Bug Fixes

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

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

... (truncated)

Commits
  • 1d42731 chore: release v2.6.1 (#334)
  • f4d71a4 fix: avoid scanning through all local file headers while opening an archive (...
  • 84e19f2 doc: Comment about where to update MSRV and where to find the policy
  • See full diff 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/373 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/zip-2.6.1` --- ### 📝 Commits (1) - [`0da1bcf`](https://github.com/gopher64/gopher64/commit/0da1bcf9f8f92a6dd4d899687f18b8f8342c597b) Bump zip from 2.6.0 to 2.6.1 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [zip](https://github.com/zip-rs/zip2) from 2.6.0 to 2.6.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.6.1</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>avoid scanning through all local file headers while opening an archive (<a href="https://redirect.github.com/zip-rs/zip2/pull/281">#281</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.6.0...v2.6.1">2.6.1</a> - 2025-04-03</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>avoid scanning through all local file headers while opening an archive (<a href="https://redirect.github.com/zip-rs/zip2/pull/281">#281</a>)</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.4.2...v2.5.0">2.5.0</a> - 2025-03-23</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add support for <code>time::PrimitiveDateTime</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/322">#322</a>)</li> <li>Add <code>jiff</code> integration (<a href="https://redirect.github.com/zip-rs/zip2/pull/323">#323</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>improve error message for duplicated file (<a href="https://redirect.github.com/zip-rs/zip2/pull/277">#277</a>)</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.4.1...v2.4.2">2.4.2</a> - 2025-03-18</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li><code>deep_copy_file</code> produced a mangled file header on big-endian platforms (<a href="https://redirect.github.com/zip-rs/zip2/issues/309">#309</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zip-rs/zip2/commit/1d42731efcad72e9f653a5ca46ed8306f4a3ca72"><code>1d42731</code></a> chore: release v2.6.1 (<a href="https://redirect.github.com/zip-rs/zip2/issues/334">#334</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/f4d71a4625ff7dc1a13541827664eb98da43d252"><code>f4d71a4</code></a> fix: avoid scanning through all local file headers while opening an archive (...</li> <li><a href="https://github.com/zip-rs/zip2/commit/84e19f2ff1ddd0692906b01161fd73c8d97a37b1"><code>84e19f2</code></a> doc: Comment about where to update MSRV and where to find the policy</li> <li>See full diff in <a href="https://github.com/zip-rs/zip2/compare/v2.6.0...v2.6.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.6.0&new-version=2.6.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:37 +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#464
No description provided.