PT-2025-31011 · Crates.Io · Static Cell

Published

2025-07-17

·

Updated

2025-07-17

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
ConstStaticCell<T> could have been used to pass non-Send values to another thread, because T was not required to be Send while ConstStaticCell is Send.
This was corrected by introducing a T: Send bound.

Related Identifiers

RUSTSEC-2025-0045

Affected Products

Static Cell