actix-http: v3.4.0
Added
- Add
rustls-0_20crate feature. - Add
{h1::H1Service, h2::H2Service, HttpService}::rustls_021()andHttpService::rustls_021_with_config()service constructors. - Add
body::to_bytes_limited()function. - Add
body::BodyLimitExceedederror type.
Changed
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive
timedependency.