Added
- Add
rustls-0_20
crate feature. - Add
{h1::H1Service, h2::H2Service, HttpService}::rustls_021()
andHttpService::rustls_021_with_config()
service constructors. - Add
body::to_bytes_limited()
function. - Add
body::BodyLimitExceeded
error type.
Changed
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive
time
dependency.