Sourced from reqwest's releases.
v0.12.2
What's Changed
- Fix missing ALPN when connecting to socks5 proxy with rustls.
- Fix TLS version limits with rustls.
- Fix not detected ALPN h2 from server with native-tls.
New Contributors
@cxw620made their first contribution in seanmonstar/reqwest#2165Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.1...v0.12.2
Sourced from reqwest's changelog.
v0.12.2
- Fix missing ALPN when connecting to socks5 proxy with rustls.
- Fix TLS version limits with rustls.
- Fix not detected ALPN h2 from server with native-tls.