dependabot[bot] opened a new pull request, #2847: URL: https://github.com/apache/iggy/pull/2847
Bumps [zip](https://github.com/zip-rs/zip2) from 7.4.0 to 8.1.0. <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>v8.1.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li><em>(writer)</em> Allow getting underlying writer of ZipWriter (<a href="https://redirect.github.com/zip-rs/zip2/pull/464">#464</a>)</li> <li>add system to FileOption, so byte-for-byte identical archives can be created across platforms (<a href="https://redirect.github.com/zip-rs/zip2/pull/660">#660</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Bugs in extra-data length calculation in src/write.rs (<a href="https://redirect.github.com/zip-rs/zip2/pull/662">#662</a>)</li> </ul> <h2>v8.0.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>document zip flags as enum (<a href="https://redirect.github.com/zip-rs/zip2/pull/639">#639</a>)</li> <li>Migrate to Rust 2024 (<a href="https://redirect.github.com/zip-rs/zip2/pull/650">#650</a>)</li> <li>[<strong>breaking</strong>] Remove deprecated methods of <code>DateTime</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/597">#597</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/v8.0.0...v8.1.0">8.1.0</a> - 2026-02-16</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li><em>(writer)</em> Allow getting underlying writer of ZipWriter (<a href="https://redirect.github.com/zip-rs/zip2/pull/464">#464</a>)</li> <li>add system to FileOption, so byte-for-byte identical archives can be created across platforms (<a href="https://redirect.github.com/zip-rs/zip2/pull/660">#660</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Bugs in extra-data length calculation in src/write.rs (<a href="https://redirect.github.com/zip-rs/zip2/pull/662">#662</a>)</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v7.4.0...v8.0.0">8.0.0</a> - 2026-02-14</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>document zip flags as enum (<a href="https://redirect.github.com/zip-rs/zip2/pull/639">#639</a>)</li> <li>Migrate to Rust 2024 (<a href="https://redirect.github.com/zip-rs/zip2/pull/650">#650</a>)</li> <li>[<strong>breaking</strong>] Remove deprecated methods of <code>DateTime</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/597">#597</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zip-rs/zip2/commit/40601a49bb5c12124d44abb3451ce4ea91421c28"><code>40601a4</code></a> chore: release v8.1.0 (<a href="https://redirect.github.com/zip-rs/zip2/issues/666">#666</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/296cfcc2b64166931d153dc3566ac06085cd7242"><code>296cfcc</code></a> Expose <code>System</code> type (<a href="https://redirect.github.com/zip-rs/zip2/issues/668">#668</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/36ee4e0ca3adbb73e24d58a1f6fa2abbecebcef2"><code>36ee4e0</code></a> ci(deps): bump step-security/harden-runner from 2.14.1 to 2.14.2 (<a href="https://redirect.github.com/zip-rs/zip2/issues/669">#669</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/96f2dd660000396aa38d51fb2e257e75ef9ecb40"><code>96f2dd6</code></a> [StepSecurity] ci: Harden GitHub Actions (<a href="https://redirect.github.com/zip-rs/zip2/issues/661">#661</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/d43594ab0b3313c47495475593d59e227d683018"><code>d43594a</code></a> feat(writer): Allow getting underlying writer of ZipWriter (<a href="https://redirect.github.com/zip-rs/zip2/issues/464">#464</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/2d836ad5d948827268499f8e46df029b1e883325"><code>2d836ad</code></a> style: Document timestamp constant in tests/zip_ntfs.rs (<a href="https://redirect.github.com/zip-rs/zip2/issues/665">#665</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/ddd028ac8bcf68149ce56044e69bda264a9227bd"><code>ddd028a</code></a> fix: Bugs in extra-data length calculation in src/write.rs (<a href="https://redirect.github.com/zip-rs/zip2/issues/662">#662</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/634d5ffab4a99c37bc1606d93cebaa1883418c55"><code>634d5ff</code></a> test: Remove debug printing in tests/end_to_end.rs (<a href="https://redirect.github.com/zip-rs/zip2/issues/663">#663</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/69656fa20e908c711389b4b20cf759862408124f"><code>69656fa</code></a> feat: add system to FileOption, so byte-for-byte identical archives can be cr...</li> <li><a href="https://github.com/zip-rs/zip2/commit/d611d699f9489dd29146ec332fa394eee8e47c1c"><code>d611d69</code></a> style: Add a message on failure in tests/invalid_path.rs (<a href="https://redirect.github.com/zip-rs/zip2/issues/664">#664</a>)</li> <li>Additional commits viewable in <a href="https://github.com/zip-rs/zip2/compare/v7.4.0...v8.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
