Conversation
Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.12.1 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.1...0.13.0) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
nitecon
left a comment
There was a problem hiding this comment.
Dependabot Review: lz4_flex 0.12.1 → 0.13.0
Overview
Minor version bump for the LZ4 compression dependency used in lnc-network (optional feature). Minimal diff — only lnc-network/Cargo.toml version spec and Cargo.lock updated.
Release Highlights
- Security fix: Invalid match offsets during decompression could lead to invalid memory reads (backported to 0.12.1/0.11.6)
- Bug fix:
get_maximum_output_sizeoverflow on 32-bit targets (wasm32) - Feature: Option to reuse compression dict in
lz4_block
Concerns
None. This is a low-risk minor bump with important security and correctness fixes. No breaking API changes — all 19 CI checks (Clippy, Clippy Strict, tests on Ubuntu + macOS, release builds, security audit, mechanical integrity, complexity analysis) passed cleanly.
Verdict
✅ Approved — auto-merge eligible. Minor version bump with security fixes, all checks green.
🤖 Reviewed by Eventic SRE Automation
Bumps lz4_flex from 0.12.1 to 0.13.0.
Release notes
Sourced from lz4_flex's releases.
Changelog
Sourced from lz4_flex's changelog.
Commits
bfaae84release 0.13.0055502efix handling of invalid match offsets during decompression7191df8make hashtable visibility crate public1bdafcaadd doc commentsc90fc91lz4_block exposes option to reuse compression dict22e77f9Delete .github/workflows/typos.yml2991a09fix get_maximum_output_size overflow on 32-bit targets7b5fb80add minimal security policyDependabot 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)