Skip to content

Commit 3844c8d

Browse files
build(deps): bump zip from 6.0.0 to 7.4.0 (#239)
Bumps [zip](https://github.com/zip-rs/zip2) from 6.0.0 to 7.4.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>v7.4.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Increase MSRV to 1.88 and update dependencies (<a href="https://redirect.github.com/zip-rs/zip2/pull/626">#626</a>)</li> </ul> <h2>v7.3.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>cleanup the benchs and Cargo.toml (<a href="https://redirect.github.com/zip-rs/zip2/pull/606">#606</a>)</li> <li>Add support for per-file comments (<a href="https://redirect.github.com/zip-rs/zip2/pull/543">#543</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Document feature <code>unreserved</code> and make the mapping of extra fields public (<a href="https://redirect.github.com/zip-rs/zip2/pull/616">#616</a>)</li> <li>Return an error if abort_file() fails when exceeding non-large-file limit (<a href="https://redirect.github.com/zip-rs/zip2/pull/598">#598</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Bump version to 7.3.0 (semver checks fail if it's still 7.3.0-pre1)</li> </ul> <h2>v7.3.0-pre1</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Reject empty ZipCrypto password when encrypting files (can still be used when decrypting)</li> <li>make zip crate safer and more readable (<a href="https://redirect.github.com/zip-rs/zip2/pull/536">#536</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚡ Performance</h3> <ul> <li>Optimizations for CP437 conversion (<a href="https://redirect.github.com/zip-rs/zip2/pull/559">#559</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Trigger release 7.3.0-pre1 to reset cargo-semver-checks baseline</li> </ul> <h2>v7.2.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>add read_zipfile_from_stream_with_compressed_size (<a href="https://redirect.github.com/zip-rs/zip2/pull/70">#70</a>)</li> <li>Allow choosing bzip2 rust backend (<a href="https://redirect.github.com/zip-rs/zip2/pull/329">#329</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Need to include zip64 extra field in central directory (fix <a href="https://redirect.github.com/zip-rs/zip2/issues/353">#353</a>) (<a href="https://redirect.github.com/zip-rs/zip2/pull/360">#360</a>)</li> <li>Fails to extract file which might or might not be malformed (<a href="https://redirect.github.com/zip-rs/zip2/pull/376">#376</a>) (<a href="https://redirect.github.com/zip-rs/zip2/pull/426">#426</a>)</li> <li><em>(aes)</em> Allow AES encryption while streaming (<a href="https://redirect.github.com/zip-rs/zip2/pull/463">#463</a>)</li> <li>Default &quot;platform&quot; field in zip files should be set to the local platform, rather than always &quot;Unix&quot; (<a href="https://redirect.github.com/zip-rs/zip2/pull/470">#470</a>) (<a href="https://redirect.github.com/zip-rs/zip2/pull/471">#471</a>)</li> </ul> <h3><!-- raw HTML omitted -->🚜 Refactor</h3> <ul> <li>Define cfg_if! and cfg_if_expr! internal macros (<a href="https://redirect.github.com/zip-rs/zip2/pull/438">#438</a>)</li> </ul> <!-- 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/v7.3.0...v7.4.0">7.4.0</a> - 2026-02-05</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Increase MSRV to 1.88 and update dependencies (<a href="https://redirect.github.com/zip-rs/zip2/pull/626">#626</a>)</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v7.3.0-pre1...v7.3.0">7.3.0</a> - 2026-02-04</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>cleanup the benchmarks and Cargo.toml (<a href="https://redirect.github.com/zip-rs/zip2/pull/606">#606</a>)</li> <li>Add support for per-file comments (<a href="https://redirect.github.com/zip-rs/zip2/pull/543">#543</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Document feature <code>unreserved</code> and make the mapping of extra fields public (<a href="https://redirect.github.com/zip-rs/zip2/pull/616">#616</a>)</li> <li>Return an error if abort_file() fails when exceeding non-large-file limit (<a href="https://redirect.github.com/zip-rs/zip2/pull/598">#598</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Bump version to 7.3.0 (semver checks fail if it's still 7.3.0-pre1)</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v7.2.0...v7.3.0-pre1">7.3.0-pre1</a> - 2026-01-27</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Reject empty ZipCrypto password when encrypting files (can still be used when decrypting)</li> <li>make zip crate safer and more readable (<a href="https://redirect.github.com/zip-rs/zip2/pull/536">#536</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚡ Performance</h3> <ul> <li>Optimizations for CP437 conversion (<a href="https://redirect.github.com/zip-rs/zip2/pull/559">#559</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Trigger release 7.3.0-pre1 to reset cargo-semver-checks baseline</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v7.1.0...v7.2.0">7.2.0</a> - 2026-01-20</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>add read_zipfile_from_stream_with_compressed_size (<a href="https://redirect.github.com/zip-rs/zip2/pull/70">#70</a>)</li> <li>Allow choosing bzip2 rust backend (<a href="https://redirect.github.com/zip-rs/zip2/pull/329">#329</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Need to include zip64 extra field in central directory (fix <a href="https://redirect.github.com/zip-rs/zip2/issues/353">#353</a>) (<a href="https://redirect.github.com/zip-rs/zip2/pull/360">#360</a>)</li> <li>Fails to extract file which might or might not be malformed (<a href="https://redirect.github.com/zip-rs/zip2/pull/376">#376</a>) (<a href="https://redirect.github.com/zip-rs/zip2/pull/426">#426</a>)</li> <li><em>(aes)</em> Allow AES encryption while streaming (<a href="https://redirect.github.com/zip-rs/zip2/pull/463">#463</a>)</li> <li>Default &quot;platform&quot; field in zip files should be set to the local platform, rather than always &quot;Unix&quot; (<a href="https://redirect.github.com/zip-rs/zip2/pull/470">#470</a>) (<a href="https://redirect.github.com/zip-rs/zip2/pull/471">#471</a>)</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/016d421c8d55d04b88b9f5e77da29f6a06579ad1"><code>016d421</code></a> chore: release v7.4.0 (<a href="https://redirect.github.com/zip-rs/zip2/issues/628">#628</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/18792c2710f007eb6d6acbbbb4e72d385fbaea97"><code>18792c2</code></a> feat: Increase MSRV to 1.88 and update dependencies (<a href="https://redirect.github.com/zip-rs/zip2/issues/626">#626</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/c9bce39667c4165a5bbc4cabd0f287a6075fe598"><code>c9bce39</code></a> test: Potential fixes for 5 code quality findings (method-description comment...</li> <li><a href="https://github.com/zip-rs/zip2/commit/5b61c24ff3eac2b7c1deb633cacd2cf8e16b14ac"><code>5b61c24</code></a> test: Potential fixes for 2 code quality findings in tests/end_to_end.rs (<a href="https://redirect.github.com/zip-rs/zip2/issues/624">#624</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/1c59f3c1a19b6319c427dece9fbe47113558e758"><code>1c59f3c</code></a> Apply suggested fix to CHANGELOG.md from Copilot Autofix (<a href="https://redirect.github.com/zip-rs/zip2/issues/623">#623</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/41aeb9ffa56a4f2e935bc3bd070c416b7bd5471b"><code>41aeb9f</code></a> Revert &quot;ci: Temporarily override baseline for semver checks (revert after 7.3...</li> <li><a href="https://github.com/zip-rs/zip2/commit/ba771890dc5c19b5fa5b7199baccc8587186928c"><code>ba77189</code></a> chore: release v7.3.0 (<a href="https://redirect.github.com/zip-rs/zip2/issues/580">#580</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/57b5eccb88217b6a0f48d69558bd8650d976ff55"><code>57b5ecc</code></a> fix: Document feature <code>unreserved</code> and make the mapping of extra fields publi...</li> <li><a href="https://github.com/zip-rs/zip2/commit/579b67c023de296918951cc66c1ab3ba54bae7b2"><code>579b67c</code></a> Apply suggested fix to tests/zip_crypto.rs from Copilot Autofix (<a href="https://redirect.github.com/zip-rs/zip2/issues/620">#620</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/ca432a06d5efa6e04cf46fd2adb42de12a0bfc67"><code>ca432a0</code></a> Apply suggested fix to tests/wasm32.rs from Copilot Autofix (<a href="https://redirect.github.com/zip-rs/zip2/issues/618">#618</a>)</li> <li>Additional commits viewable in <a href="https://github.com/zip-rs/zip2/compare/v6.0.0...v7.4.0">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=6.0.0&new-version=7.4.0)](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f3ab74 commit 3844c8d

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

Cargo.lock

Lines changed: 9 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stegano-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ image = { version = "0.25", default-features = false, features = [
2828
"jpeg",
2929
] }
3030
bitstream-io = { version = "4.9" }
31-
zip = { version = "6.0", default-features = false, features = ["deflate"] }
31+
zip = { version = "7.4", default-features = false, features = ["deflate"] }
3232
byteorder = "1.5"
3333
hound = "3.5"
3434
thiserror.workspace = true

0 commit comments

Comments
 (0)