You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
windows
0.28.0
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.See advisory page for additional details.
The text was updated successfully, but these errors were encountered: