GHSA-x4mq-m75f-mx8m: Delegate functions are missing `Send` bound
(updated )
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.
References
Detect and mitigate GHSA-x4mq-m75f-mx8m with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →