dependency updates#1772
Merged
Merged
GitHub Actions / Security audit
succeeded
Jun 3, 2026 in 0s
Security advisories found
1 unmaintained, 1 unsound
Details
Warnings
RUSTSEC-2025-0052
async-std has been discontinued
| Details | |
|---|---|
| Status | unmaintained |
| Package | async-std |
| Version | 1.13.2 |
| URL | https://github.com/async-rs/async-std |
| Date | 2025-08-24 |
The async-std has been discontinued.
Alternatives:
RUSTSEC-2026-0002
IterMutviolates 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.
Loading