PT-2025-15909 · Crates.Io · Tokio

Published

2025-04-07

·

Updated

2025-04-07

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
The broadcast channel internally calls clone on the stored value when receiving it, and only requires T:Send. This means that using the broadcast channel with values that are Send but not Sync can trigger unsoundness if the clone implementation makes use of the value being !Sync.
Thank you to Austin Bonander for finding and reporting this issue.

Related Identifiers

RUSTSEC-2025-0023

Affected Products

Tokio