zip-rs / zip-old

Zip implementation in Rust
MIT License
731 stars 204 forks source link

Bump constant_time_eq to 0.3 #405

Closed bowlofeggs closed 5 months ago

bowlofeggs commented 1 year ago

0.3.0 is the latest release. The primary motivator for this change is to eliminate the CC0 license from the dependency tree, which was fixed in constant_time_eq 0.2.4:

https://github.com/cesarb/constant_time_eq/commit/0738c1a579343d31406d59ed9354f2f92e896bce

This change also raises the minimum supported Rust version to 1.66 since that is the MSRV for constant_time_eq.

Pr0methean commented 5 months ago

This repo is no longer maintained, and https://github.com/zip-rs/zip2/ is already using constant_time_eq 0.3.0.