mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump zip from 5.1.1 to 6.0.0 in /rust (#10829)
Bumps [zip](https://github.com/zip-rs/zip2) from 5.1.1 to 6.0.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>v6.0.0</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>panic when reading empty extended-timestamp field (<a href="https://redirect.github.com/zip-rs/zip2/pull/404">#404</a>) (<a href="https://redirect.github.com/zip-rs/zip2/pull/422">#422</a>)</li> <li>Restore original file timestamp when unzipping with <code>chrono</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/46">#46</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Configure Amazon Q rules (<a href="https://redirect.github.com/zip-rs/zip2/pull/421">#421</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/v5.1.1...v6.0.0">6.0.0</a> - 2025-10-09</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add by_index_with_options(), which can be used to ignore encryption in a file's metadata (<a href="https://redirect.github.com/zip-rs/zip2/pull/439">#439</a>) and may be used for other file-specific overrides in the future.</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>[<strong>breaking</strong>] <code>FileOptions::add_extra_data</code> is now generic and accepts any <code>AsRef<[u8]></code>. (<a href="https://redirect.github.com/zip-rs/zip2/issues/435">#435</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="abfc23d19e"><code>abfc23d</code></a> feat: Upgrade [Extended]FileOptions::add_extra_data() data from Box<[u8]> to ...</li> <li><a href="eb1b586d0e"><code>eb1b586</code></a> docs: Update zip_writer documentation example (<a href="https://redirect.github.com/zip-rs/zip2/issues/431">#431</a>)</li> <li><a href="26e6e08e70"><code>26e6e08</code></a> feat: Add by_index_with_options() for ignoring encryption (<a href="https://redirect.github.com/zip-rs/zip2/issues/439">#439</a>)</li> <li><a href="165415d7e2"><code>165415d</code></a> chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (<a href="https://redirect.github.com/zip-rs/zip2/issues/429">#429</a>)</li> <li><a href="1d5d4edf6c"><code>1d5d4ed</code></a> chore(deps): update lzma-rust2 requirement from 0.13 to 0.14 (<a href="https://redirect.github.com/zip-rs/zip2/issues/432">#432</a>)</li> <li><a href="72cce40def"><code>72cce40</code></a> chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (<a href="https://redirect.github.com/zip-rs/zip2/issues/428">#428</a>)</li> <li><a href="2ef4d3e549"><code>2ef4d3e</code></a> chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (<a href="https://redirect.github.com/zip-rs/zip2/issues/427">#427</a>)</li> <li><a href="9cf28cb6c0"><code>9cf28cb</code></a> test(ci): Fix: <code>rename</code> can't be skipped</li> <li><a href="5987cdd709"><code>5987cdd</code></a> test(ci): Fix: need recursive rename</li> <li><a href="74f8a3c189"><code>74f8a3c</code></a> test(ci): Need to rename more files during fuzz runs</li> <li>Additional commits viewable in <a href="https://github.com/zip-rs/zip2/compare/v5.1.1...v6.0.0">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -10117,9 +10117,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zip"
|
||||
version = "5.1.1"
|
||||
version = "6.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532"
|
||||
checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"crc32fast",
|
||||
|
||||
@@ -224,7 +224,7 @@ windows-implement = "0.60.0"
|
||||
windows-service = "0.8.0"
|
||||
winreg = "0.55.0"
|
||||
zbus = "5.11.0"
|
||||
zip = { version = "5", default-features = false }
|
||||
zip = { version = "6", default-features = false }
|
||||
|
||||
[workspace.lints.clippy]
|
||||
dbg_macro = "warn"
|
||||
|
||||
Reference in New Issue
Block a user