mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-02 01:16:15 +01:00
The current Git master doesn't build with Rust 1.17 because the version of Rustls used on master doesn't built with Rust 1.17. * Update the base64 dependency to ensure the version with a buffer overflow fix is used. * Update hyper-rustls to one that uses a version of Rustls that builds with Rust 1.17, and that uses *ring* 0.9+, to ensure there are no problems with accidentally linking multiple versions of *ring*, to make the build easier to set up (especially on Windows), and to keep things working once *ring* 0.7.* gets yanked. * Update the rust-openssl dependency while we're at it.