The zip crate hasn't been updated in almost a year, and it has bugs which can cause a panic when trying to open an invalid ZIP file, or an encrypted one without the password. This PR updates self_update to instead use the zip_next crate, a fork I actively maintain. It also fixes warnings from newer versions of Clippy.
The
zip
crate hasn't been updated in almost a year, and it has bugs which can cause a panic when trying to open an invalid ZIP file, or an encrypted one without the password. This PR updatesself_update
to instead use thezip_next
crate, a fork I actively maintain. It also fixes warnings from newer versions of Clippy.