Commit cab25bc
authored
Update Rust crate zip to v6 (vortex-data#4904)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [zip](https://redirect.github.com/zip-rs/zip2) |
workspace.dependencies | major | `5.0.0` -> `6.0.0` |
---
### Release Notes
<details>
<summary>zip-rs/zip2 (zip)</summary>
###
[`v6.0.0`](https://redirect.github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#600---2025-10-09)
[Compare
Source](https://redirect.github.com/zip-rs/zip2/compare/v5.1.1...v6.0.0)
##### <!-- 0 -->🚀 Features
- Add by\_index\_with\_options(), which can be used to ignore encryption
in a file's metadata
([#​439](https://redirect.github.com/zip-rs/zip2/pull/439)) and
may be used for other file-specific overrides in the future.
##### <!-- 7 -->⚙️ Miscellaneous Tasks
- \[**breaking**] `FileOptions::add_extra_data` is now generic and
accepts any `AsRef<[u8]>`.
([#​435](https://redirect.github.com/zip-rs/zip2/issues/435))
- \[**breaking**] Remove `lzma-static` and `xz-static` feature flags,
which are deprecated synonyms of `lzma` and `xz`.
([#​405](https://redirect.github.com/zip-rs/zip2/issues/405),
[#​425](https://redirect.github.com/zip-rs/zip2/issues/425))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/vortex-data/vortex).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent bfbc274 commit cab25bc
2 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments