chore(deps): bump zip from 2.4.2 to 7.2.0 in /codex-rs
Open
Number: #159
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
February 09, 2026 at 05:02 AM UTC
(4 months ago)
(4 months ago)
Updated:
February 09, 2026 at 05:02 AM UTC
(4 months ago)
(4 months ago)
Labels:
dependencies rust
dependencies rust
Description:
Bumps zip from 2.4.2 to 7.2.0.
Release notes
Sourced from zip's releases.
v7.2.0
🚀 Features
🐛 Bug Fixes
- Need to include zip64 extra field in central directory (fix #353) (#360)
- Fails to extract file which might or might not be malformed (#376) (#426)
- (aes) Allow AES encryption while streaming (#463)
- Default "platform" field in zip files should be set to the local platform, rather than always "Unix" (#470) (#471)
🚜 Refactor
- Define cfg_if! and cfg_if_expr! internal macros (#438)
⚡ Performance
- Change an assert to debug_assert when encrypting/decrypting AES, and eliminate a fallible operation (#521)
- eliminate a String clone per new file added to archive, and other related refactors (#522)
⚙️ Miscellaneous Tasks
- Fix another merge error, this one affecting only builds with flate2 and not zopfli
- Fix more merge issues
- Fix merge
- Fix write_dir build errors on specific feature configs
- Fix clippy warning
- Fix --all-features build error
- Fix merge
v7.1.0
🚀 Features
- display the underlying error in Display impl for ZipError::Display (#483)
- Enable creation of
ZipArchivewithout reparsing (#485)🐛 Bug Fixes
- Return InvalidPassword rather than panic when AES key is the wrong length (#457)
- bench with auto zip64 comment (#505)
- add condition for
getrandomdependency (#504)- (zipcrypto) Support streaming ZipCrypto encryption, don't store entire file in memory (#462)
🚜 Refactor
... (truncated)
Changelog
Sourced from zip's changelog.
7.2.0 - 2026-01-20
🚀 Features
🐛 Bug Fixes
- Need to include zip64 extra field in central directory (fix #353) (#360)
- Fails to extract file which might or might not be malformed (#376) (#426)
- (aes) Allow AES encryption while streaming (#463)
- Default "platform" field in zip files should be set to the local platform, rather than always "Unix" (#470) (#471)
🚜 Refactor
- Define cfg_if! and cfg_if_expr! internal macros (#438)
⚡ Performance
- Change an assert to debug_assert when encrypting/decrypting AES, and eliminate a fallible operation (#521)
- eliminate a String clone per new file added to archive, and other related refactors (#522)
7.1.0 - 2026-01-14
🚀 Features
- display the underlying error in Display impl for
ZipError(#483)- Enable creation of
ZipArchivewithout reparsing (#485)🐛 Bug Fixes
- Return InvalidPassword rather than panic when AES key is the wrong length (#457)
- bench with auto zip64 comment (#505)
- add condition for
getrandomdependency (#504)- (zipcrypto) Support streaming ZipCrypto encryption, don't store entire file in memory (#462)
🚜 Refactor
⚙️ Miscellaneous Tasks
- Lock
lzma-rust2to at least 0.15.5 (#491)7.0.0 - 2025-12-05
⚠️ Breaking Changes
... (truncated)
Commits
46dc29cchore: release v7.2.0 (#526)8a586c6test: Move a test that was in wrong folder and was using main() instead of `#...cfbb476docs(examples): Fix remaining log-injection alerts, and simplify writeln to e...d905296ci: Disable trigger on non-master push (#538)a3a8696chore(deps): Increase zstd minimum version to 0.13.3 (#539)abd8bc8ci: Add wasm tests and restore conditional wasm-bindgen dependency (#525)c10c339doc(examples): add delete/update examples (#56)9c1a9c7docs(examples): Fix code scanning alert no. 228: Uncontrolled data used in pa...a12eaafci: Combinerenameinvocations (#533)e86d376fix: Need to include zip64 extra field in central directory (fix #353) (#360)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 13645547 |
| UUID: | 3914466556 |
| Node ID: | PR_kwDOQQCrdM7CYfOD |
| Host: | GitHub |
| Repository: | ScriptedAlchemy/codex-native |