[PR #60] [MERGED] Update zip requirement from 1.1 to 2.1 #171

Closed
opened 2026-03-03 13:46:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/60
Author: @dependabot[bot]
Created: 5/27/2024
Status: Merged
Merged: 5/27/2024
Merged by: @loganmc10

Base: mainHead: dependabot/cargo/zip-2.1


📝 Commits (1)

  • f50465f Update zip requirement from 1.1 to 2.1

📊 Changes

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

View changed files

📝 Cargo.toml (+1 -1)

📄 Description

Updates the requirements on zip to permit the latest version.

Release notes

Sourced from zip's releases.

v2.1.0

🚀 Features

  • Support mutual conversion between DateTime and MS-DOS pair

🐛 Bug Fixes

  • version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (#100)
  • version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (#100)

⚙️ Miscellaneous Tasks

  • Another tweak to ensure version_needed is applied
  • Tweaks to make version_needed and version_made_by work with recently-merged changes
Changelog

Sourced from zip's changelog.

2.1.0 - 2024-05-25

🚀 Features

  • Support mutual conversion between DateTime and MS-DOS pair

🐛 Bug Fixes

  • version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (#100)
  • version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (#100)

⚙️ Miscellaneous Tasks

  • Another tweak to ensure version_needed is applied
  • Tweaks to make version_needed and version_made_by work with recently-merged changes

2.0.0 - 2024-05-24

🚀 Features

  • Add fmt::Display for DateTime
  • Implement more traits for DateTime

🚜 Refactor

  • Change type of last_modified_time to Option<DateTime>
  • [breaking] Rename from_msdos to from_msdos_unchecked, make it unsafe, and add try_from_msdos (#145)

⚙️ Miscellaneous Tasks

  • Continue to accept archives with invalid DateTime, and use now_utc() as default only when writing, not reading

1.3.1 - 2024-05-21

🚜 Refactor

  • Make deflate enable both default implementations
  • Merge the hidden deflate-flate2 flag into the public one
  • Rename _deflate-non-zopfli to _deflate-flate2
  • Reject encrypted and using_data_descriptor files slightly faster in read_zipfile_from_stream
  • Convert impl TryInto<NaiveDateTime> for DateTime to impl TryFrom<DateTime> for NaiveDateTime (#136)

Performance

  • Change default compression implementation to flate2/zlib-ng

⚙️ Miscellaneous Tasks

  • chore(#132): Attribution for some copied test data
  • chore(#133): chmod -x src/result.rs

1.3.0 - 2024-05-17

🚀 Features

  • Add is_symlink method

🐛 Bug Fixes

  • Extract symlinks into symlinks on Unix and Windows, and fix a bug that affected making directories writable on MacOS

... (truncated)

Commits
  • 6d4e460 Merge pull request #154 from zip-rs/release-plz-2024-05-25T05-11-15Z
  • 78aca55 chore: release
  • 699d10d style: cargo fmt --all
  • e6b2290 chore: Another tweak to ensure version_needed is applied
  • 92012b9 chore: Tweaks to make version_needed and version_made_by work with recent...
  • cda4712 fix: version-needed-to-extract was incorrect in central header, and version-m...
  • b057d0d Merge pull request #93 from cosmicexplorer/bulk-parsing
  • a28b16e Apply suggestions from code review
  • df70f6a Fix unmatched bracket due to bad merge
  • 6b19c87 Merge branch 'master' into bulk-parsing
  • Additional commits viewable in compare view

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/60 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/27/2024 **Status:** ✅ Merged **Merged:** 5/27/2024 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `dependabot/cargo/zip-2.1` --- ### 📝 Commits (1) - [`f50465f`](https://github.com/gopher64/gopher64/commit/f50465f856e4e1ff65ee2b5df1e05537d9ca60da) Update zip requirement from 1.1 to 2.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version. <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.1.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Support mutual conversion between <code>DateTime</code> and MS-DOS pair</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (<a href="https://redirect.github.com/zip-rs/zip2/pull/100">#100</a>)</li> <li>version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (<a href="https://redirect.github.com/zip-rs/zip2/pull/100">#100</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Another tweak to ensure <code>version_needed</code> is applied</li> <li>Tweaks to make <code>version_needed</code> and <code>version_made_by</code> work with recently-merged changes</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.0.0...v2.1.0">2.1.0</a> - 2024-05-25</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Support mutual conversion between <code>DateTime</code> and MS-DOS pair</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (<a href="https://redirect.github.com/zip-rs/zip2/pull/100">#100</a>)</li> <li>version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (<a href="https://redirect.github.com/zip-rs/zip2/pull/100">#100</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Another tweak to ensure <code>version_needed</code> is applied</li> <li>Tweaks to make <code>version_needed</code> and <code>version_made_by</code> work with recently-merged changes</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v1.3.1...v2.0.0">2.0.0</a> - 2024-05-24</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add <code>fmt::Display</code> for <code>DateTime</code></li> <li>Implement more traits for <code>DateTime</code></li> </ul> <h3><!-- raw HTML omitted -->🚜 Refactor</h3> <ul> <li>Change type of <code>last_modified_time</code> to <code>Option&lt;DateTime&gt;</code></li> <li>[<strong>breaking</strong>] Rename <code>from_msdos</code> to <code>from_msdos_unchecked</code>, make it unsafe, and add <code>try_from_msdos</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/145">#145</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Continue to accept archives with invalid DateTime, and use <code>now_utc()</code> as default only when writing, not reading</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v1.3.0...v1.3.1">1.3.1</a> - 2024-05-21</h2> <h3><!-- raw HTML omitted -->🚜 Refactor</h3> <ul> <li>Make <code>deflate</code> enable both default implementations</li> <li>Merge the hidden deflate-flate2 flag into the public one</li> <li>Rename _deflate-non-zopfli to _deflate-flate2</li> <li>Reject encrypted and using_data_descriptor files slightly faster in read_zipfile_from_stream</li> <li>Convert <code>impl TryInto&lt;NaiveDateTime&gt; for DateTime</code> to <code>impl TryFrom&lt;DateTime&gt; for NaiveDateTime</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/136">#136</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚡ Performance</h3> <ul> <li>Change default compression implementation to <code>flate2/zlib-ng</code></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>chore(<a href="https://redirect.github.com/zip-rs/zip2/pull/132">#132</a>): Attribution for some copied test data</li> <li>chore(<a href="https://redirect.github.com/zip-rs/zip2/pull/133">#133</a>): chmod -x src/result.rs</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v1.2.3...v1.3.0">1.3.0</a> - 2024-05-17</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add <code>is_symlink</code> method</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Extract symlinks into symlinks on Unix and Windows, and fix a bug that affected making directories writable on MacOS</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zip-rs/zip2/commit/6d4e460556bbeed91d9f5b7535031b1454998794"><code>6d4e460</code></a> Merge pull request <a href="https://redirect.github.com/zip-rs/zip2/issues/154">#154</a> from zip-rs/release-plz-2024-05-25T05-11-15Z</li> <li><a href="https://github.com/zip-rs/zip2/commit/78aca55db55858ddfc008447fad92f2f23a7abb8"><code>78aca55</code></a> chore: release</li> <li><a href="https://github.com/zip-rs/zip2/commit/699d10da7109d9546c359ebed5959f4a257eee2d"><code>699d10d</code></a> style: cargo fmt --all</li> <li><a href="https://github.com/zip-rs/zip2/commit/e6b2290f70390e5df56d62d5efad4fa179268eb0"><code>e6b2290</code></a> chore: Another tweak to ensure <code>version_needed</code> is applied</li> <li><a href="https://github.com/zip-rs/zip2/commit/92012b979526f6810904836cd242dab1d57fbe44"><code>92012b9</code></a> chore: Tweaks to make <code>version_needed</code> and <code>version_made_by</code> work with recent...</li> <li><a href="https://github.com/zip-rs/zip2/commit/cda4712153b629cbcdbeda87418c7a7319d27eb9"><code>cda4712</code></a> fix: version-needed-to-extract was incorrect in central header, and version-m...</li> <li><a href="https://github.com/zip-rs/zip2/commit/b057d0dca2c6a5aae25b540a47c2f33c3399528e"><code>b057d0d</code></a> Merge pull request <a href="https://redirect.github.com/zip-rs/zip2/issues/93">#93</a> from cosmicexplorer/bulk-parsing</li> <li><a href="https://github.com/zip-rs/zip2/commit/a28b16e69cc006c02cd8e38d869d5958bcc948b5"><code>a28b16e</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/zip-rs/zip2/commit/df70f6a320a7a536616dcb50d650f2bdaedffdf7"><code>df70f6a</code></a> Fix unmatched bracket due to bad merge</li> <li><a href="https://github.com/zip-rs/zip2/commit/6b19c877e2fd4059b6b4b94c9a6a009bb61b83f1"><code>6b19c87</code></a> Merge branch 'master' into bulk-parsing</li> <li>Additional commits viewable in <a href="https://github.com/zip-rs/zip2/compare/1.1.0...v2.1.0">compare view</a></li> </ul> </details> <br /> 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:46:16 +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#171
No description provided.