Skip to content

Bump lz4_flex from 0.12.0 to 0.13.0 in /rust in the dependabot group#328

Merged
jmichelp merged 1 commit intomainfrom
dependabot/cargo/rust/dependabot-c549145bc3
Mar 16, 2026
Merged

Bump lz4_flex from 0.12.0 to 0.13.0 in /rust in the dependabot group#328
jmichelp merged 1 commit intomainfrom
dependabot/cargo/rust/dependabot-c549145bc3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Bumps the dependabot group in /rust with 1 update: lz4_flex.

Updates lz4_flex from 0.12.0 to 0.13.0

Changelog

Sourced from lz4_flex's changelog.

0.13.0 (2026-03-15)

Features

Fixes

Invalid match offsets (offset == 0) during decompression were not properly
handled, which could lead to invalid memory reads. This is a security fix
that was also backported to 0.12.1 and 0.11.6.
  • Fix get_maximum_output_size overflow on 32-bit targets #205 (thanks @​dglittle)
Cast input_len to u64 before multiplying by 110, avoiding overflow on
32-bit targets (e.g. wasm32) where input_len * 110 overflows usize
when input_len > ~39MB.

0.12.1 (2026-03-14)

Security Fix

Invalid match offsets (offset == 0) during decompression were not properly
handled, which could lead to invalid memory reads on untrusted input.
Users on 0.12.x should upgrade to 0.12.1.
Commits
  • bfaae84 release 0.13.0
  • 055502e fix handling of invalid match offsets during decompression
  • 7191df8 make hashtable visibility crate public
  • 1bdafca add doc comments
  • c90fc91 lz4_block exposes option to reuse compression dict
  • 22e77f9 Delete .github/workflows/typos.yml
  • 2991a09 fix get_maximum_output_size overflow on 32-bit targets
  • 7b5fb80 add minimal security policy
  • See full diff in compare view

Dependabot compatibility score

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependabot group in /rust with 1 update: [lz4_flex](https://github.com/pseitz/lz4_flex).


Updates `lz4_flex` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/pseitz/lz4_flex/releases)
- [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md)
- [Commits](PSeitz/lz4_flex@0.12.0...0.13.0)

---
updated-dependencies:
- dependency-name: lz4_flex
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust labels Mar 16, 2026
@github-actions
Copy link
Copy Markdown

🐰 Bencher Report

Branchdependabot/cargo/rust/dependabot-c549145bc3
Testbedubuntu-latest

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds flag.

Click to view all benchmark results
BenchmarkLatencymilliseconds (ms)
BatchIterator📈 view plot
⚠️ NO THRESHOLD
190.69 ms
BatchIterator #2📈 view plot
⚠️ NO THRESHOLD
283.87 ms
ExampleIterator📈 view plot
⚠️ NO THRESHOLD
205.47 ms
parallel_map📈 view plot
⚠️ NO THRESHOLD
86.89 ms
🐰 View full continuous benchmarking report in Bencher

@jmichelp jmichelp enabled auto-merge March 16, 2026 06:07
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 23130335272

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.617%

Totals Coverage Status
Change from base Build 23129591034: 0.0%
Covered Lines: 3075
Relevant Lines: 3470

💛 - Coveralls

@jmichelp jmichelp added this pull request to the merge queue Mar 16, 2026
Merged via the queue into main with commit 6ced56f Mar 16, 2026
36 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/rust/dependabot-c549145bc3 branch March 16, 2026 06:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants