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
This crate has been deprecated. Rust 1.61 stabilized retain_mut for Vec and VecDeque, so you can use them directly. This crate is no longer maintained.
I don't think RustSec usually carries mere deprecation warnings, but the last sentence is more relevant.
While I'm not sure how useful such an advisory would be, I'm not against issuing one. It is indeed unmaintained, but on the other hand, it is also very unlikely keeping the current implementation would have any security implication.
As described in the README,
retain_mut
has been deprecated with the release of Rust 1.61, which stabilizedVec::retain_mut
andVecDeque::retain_mut
.I see this crate still makes peaks of 30k downloads a day, with Rust 1.61 having been released almost 2 years ago. Should an advisory be made for it?
The text was updated successfully, but these errors were encountered: