Skip to content

Bump sevenz-rust2 from 0.20.2 to 0.22.0 - #165

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/sevenz-rust2-0.21.5
Closed

Bump sevenz-rust2 from 0.20.2 to 0.22.0#165
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/sevenz-rust2-0.21.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown

Bumps sevenz-rust2 from 0.20.2 to 0.22.0.

Changelog

Sourced from sevenz-rust2's changelog.

0.22.0 - 2026-08-23

Changed

  • Bumped lzma_rust2 to 0.20.
  • Expose coder's properties (#131, thanks @​lukr54)
  • Let a solid pack be compressed away from the writer (#132, thanks @​lukr54)

0.21.5 - 2026-08-16

Changed

  • Bumped lzma_rust2 to 0.19.
  • Batch AES-CBC decryption to improve performance.

0.21.4 - 2026-08-01

Fixed

  • Fixed an integer overflow when summing attacker-controlled coder stream counts while parsing a block header. Malformed archives panicked in debug builds and bypassed the stream-count bound in release builds. They are now rejected with an error. (#127, thanks @​tyrex-vberthier)

0.21.3 - 2026-07-05

Changed

  • Cache most recent AES key derivation to improve performance (#118, thanks @​jdlien)

Fixed

  • Hardened the library against malicious or malformed archives that could otherwise cause a panic, an infinite loop, or an unbounded allocation while parsing or decoding.

0.21.2 - 2026-07-01

Fixed

  • Decode 7z folders that layer a single-input filter (e.g. Delta) on top of a BCJ2 coder (Method = Delta BCJ2). These folders previously failed to decode with an Unsupported method error because the decoder required the folder's final output coder to be BCJ2 itself. (#117, thanks @​trevorWieland)

0.21.1 - 2026-06-23

Fixed

  • Fix security issue were malicious 7z files could write files outside the destination directory. Reported by @​lintowe (#116)

... (truncated)

Commits
  • 253cb13 Release v0.22.0
  • e10da82 Let a solid block be compressed away from the writer
  • a17500f Expose a coder's properties
  • 25c8bf8 Bump Swatinem/rust-cache from 2.9.1 to 2.9.2
  • e8994ad Release v0.21.5
  • 0425a03 perf: batch AES-CBC decryption
  • f8c4668 Fix integer overflow in debug mode
  • bffd561 Update lzma-rust2 requirement from 0.17 to 0.18
  • 505fb83 Update lz4_flex requirement from 0.13 to 0.14
  • f3dc394 Update lzma-rust2 requirement from 0.16 to 0.17
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 29, 2026
Bumps [sevenz-rust2](https://github.com/hasenbanck/sevenz-rust) from 0.20.2 to 0.22.0.
- [Changelog](https://github.com/hasenbanck/sevenz-rust2/blob/main/CHANGELOG.md)
- [Commits](hasenbanck/sevenz-rust2@v0.20.2...v0.22.0)

---
updated-dependencies:
- dependency-name: sevenz-rust2
  dependency-version: 0.21.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump sevenz-rust2 from 0.20.2 to 0.21.5 Bump sevenz-rust2 from 0.20.2 to 0.22.0 Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/sevenz-rust2-0.21.5 branch from 30f07fa to 5239421 Compare August 31, 2026 03:20
@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Author

Superseded by #168.

@dependabot dependabot Bot closed this Sep 5, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/sevenz-rust2-0.21.5 branch September 5, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Development

Successfully merging this pull request may close these issues.

0 participants