Skip to content

chore: release v0.11.2

d5ffd2b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore: release v0.11.2 #1700

chore: release v0.11.2
d5ffd2b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Security audit succeeded Apr 5, 2026 in 0s

Security advisories found

1 unsound

Details

Warnings

RUSTSEC-2026-0002

IterMut violates Stacked Borrows by invalidating internal pointer

Details
Status unsound
Package lru
Version 0.12.5
URL jeromefroe/lru-rs#224
Date 2026-01-07

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.