├ ID: RUSTSEC-2026-0002
├ Advisory: https://rustsec.org/advisories/RUSTSEC-2026-0002
├ 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.
cargo denyreports an unsound advisory with the current version oflru: