Skip to content

Commit 6ced56f

Browse files
Bump lz4_flex from 0.12.0 to 0.13.0 in /rust in the dependabot group (#328)
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 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md">lz4_flex's changelog</a>.</em></p> <blockquote> <h1>0.13.0 (2026-03-15)</h1> <h3>Features</h3> <ul> <li>Add option to reuse compression dict <a href="https://redirect.github.com/PSeitz/lz4_flex/pull/207">#207</a> (thanks <a href="https://github.com/matthewfollegot"><code>@​matthewfollegot</code></a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Fix handling of invalid match offsets during decompression <a href="https://github.com/PSeitz/lz4_flex/commit/055502e">#055502e</a> (thanks <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a>)</li> </ul> <pre><code>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. </code></pre> <ul> <li>Fix <code>get_maximum_output_size</code> overflow on 32-bit targets <a href="https://redirect.github.com/PSeitz/lz4_flex/pull/205">#205</a> (thanks <a href="https://github.com/dglittle"><code>@​dglittle</code></a>)</li> </ul> <pre><code>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 &gt; ~39MB. </code></pre> <h1>0.12.1 (2026-03-14)</h1> <h3>Security Fix</h3> <ul> <li>Fix handling of invalid match offsets during decompression <a href="https://github.com/PSeitz/lz4_flex/commit/a0b9154">#a0b9154</a> (thanks <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a>)</li> </ul> <pre><code>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. </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PSeitz/lz4_flex/commit/bfaae84cd4131e432577f04a0476c661e67cbdb0"><code>bfaae84</code></a> release 0.13.0</li> <li><a href="https://github.com/PSeitz/lz4_flex/commit/055502ee5d297ecd6bf448ac91c055c7f6df9b6d"><code>055502e</code></a> fix handling of invalid match offsets during decompression</li> <li><a href="https://github.com/PSeitz/lz4_flex/commit/7191df8231f2be4daa70c9171ed1c1521123efe5"><code>7191df8</code></a> make hashtable visibility crate public</li> <li><a href="https://github.com/PSeitz/lz4_flex/commit/1bdafca3edf87b60fb5e045af9c37702e5c83ca5"><code>1bdafca</code></a> add doc comments</li> <li><a href="https://github.com/PSeitz/lz4_flex/commit/c90fc91feebc8d583e33ead82030882526d0fc86"><code>c90fc91</code></a> lz4_block exposes option to reuse compression dict</li> <li><a href="https://github.com/PSeitz/lz4_flex/commit/22e77f9bd191f31f958f75fd48891ee3d70a70d5"><code>22e77f9</code></a> Delete .github/workflows/typos.yml</li> <li><a href="https://github.com/PSeitz/lz4_flex/commit/2991a09be12bad4574205daa3b2b09b2fc27f17f"><code>2991a09</code></a> fix get_maximum_output_size overflow on 32-bit targets</li> <li><a href="https://github.com/PSeitz/lz4_flex/commit/7b5fb80e759e29c85aab6545bc143c4d4a217103"><code>7b5fb80</code></a> add minimal security policy</li> <li>See full diff in <a href="https://github.com/pseitz/lz4_flex/compare/0.12.0...0.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lz4_flex&package-manager=cargo&previous-version=0.12.0&new-version=0.13.0)](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 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 </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e51ca3 commit 6ced56f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ criterion = "0.8.1"
2323
flatbuffers = "25.12"
2424
flate2 = { version = "1.1.4" }
2525
glob = "0.3.3"
26-
lz4_flex = { version = "0.12.0", default-features = false , features = ["frame"] }
26+
lz4_flex = { version = "0.13.0", default-features = false , features = ["frame"] }
2727
numpy = "0.26"
2828
pyo3 = "0.26"
2929
rand = "0.10"

0 commit comments

Comments
 (0)