google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

chore: use rustls for reqwest

Open lucacasonato opened this issue 4 years ago • 0 comments

This commit changes the auth library to use the rustls feature of reqwest instead of native-tls. This is done because rustls is already included as a dependency of google-cloud-auth anyway. There is no point in including multiple TLS libraries.

By extension this removes the dependency on OpenSSL.

This reduces the Cargo.lock file form 1217 lines to 1070 lines :-)

lucacasonato avatar Feb 02 '22 16:02 lucacasonato