This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate minimp3

Dependencies

(2 total, 1 outdated, 1 insecure)

CrateRequiredLatestStatus
 minimp3-sys^0.30.3.2up to date
 slice-deque ⚠️^0.2.00.3.0insecure

Security Vulnerabilities

slice-deque: SliceDeque::drain_filter can double drop an element if the predicate panics

RUSTSEC-2021-0047

Affected versions of the crate incremented the current index of the drain filter iterator before calling the predicate function self.pred.

If the predicate function panics, it is possible for the last element in the iterator to be dropped twice.