mozilla / grcov

Rust tool to collect and aggregate code coverage data for multiple source files
Mozilla Public License 2.0
1.15k stars 148 forks source link

Replace `zip` with `zip_next` #1181

Open Pr0methean opened 3 months ago

Pr0methean commented 3 months ago

The zip crate hasn't been updated in almost a year, and has a number of bugs that can cause panics when trying to process an invalid zip file. This PR replaces it with zip_next, a fork I actively maintain.