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
I noticed that version 0.11 of this crate started using the boxfnonce crate and this crate is obsolete.
(https://rustsec.org/advisories/RUSTSEC-2019-0040). Please consider using Box<dyn FnOnce(...) -> ...> in the relevant places instead.
Hi,
I noticed that version 0.11 of this crate started using the
boxfnoncecrate and this crate is obsolete.(https://rustsec.org/advisories/RUSTSEC-2019-0040). Please consider using
Box<dyn FnOnce(...) -> ...>in the relevant places instead.