Headline
GHSA-x4mq-m75f-mx8m: Delegate functions are missing `Send` bound
Affected versions of this crate did not require event handlers to have Send
bound despite there being no guarantee of them being called on any particular thread, which can potentially lead to data races and undefined behavior.
The flaw was corrected in commit afe3252 by adding Send
bounds.
Delegate functions are missing `Send` bound
High severity GitHub Reviewed Published Jun 17, 2022