Skip to content

chore(deps): update rust crate lru to v0.16.3 [security]#1049

Merged
fabled merged 1 commit into
mainfrom
renovate/crate-lru-vulnerability
Jan 8, 2026
Merged

chore(deps): update rust crate lru to v0.16.3 [security]#1049
fabled merged 1 commit into
mainfrom
renovate/crate-lru-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 8, 2026

This PR contains the following updates:

Package Type Update Change
lru workspace.dependencies patch 0.16.20.16.3

GitHub Vulnerability Alerts

GHSA-rhfx-m35p-ff5j

Affected versions of this crate contain a soundness issue in the IterMut iterator implementation. The IterMut::next and IterMut::next_back methods temporarily create an exclusive reference to the key when dereferencing the internal node pointer.

This invalidates the shared pointer held by the internal HashMap, violating Stacked Borrows rules.


Release Notes

jeromefroe/lru-rs (lru)

v0.16.3

Compare Source

  • Fix Stacked Borrows violation in IterMut.

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jan 8, 2026
@renovate renovate Bot requested review from a team as code owners January 8, 2026 00:29
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jan 8, 2026
@fabled fabled merged commit 3c0e1aa into main Jan 8, 2026
30 checks passed
@fabled fabled deleted the renovate/crate-lru-vulnerability branch January 8, 2026 06:53
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants