Added
- Add
unicode
crate feature (on-by-default) to switch betweenregex
andregex-lite
as a trade-off between full unicode support and binary size. - Add
rustls-0_23
crate feature. - Add
HttpServer::{bind_rustls_0_23, listen_rustls_0_23}()
builder methods. - Add
HttpServer::tls_handshake_timeout()
builder method forrustls-0_22
andrustls-0_23
.
Changed
- Update
brotli
dependency to6
. - Minimum supported Rust version (MSRV) is now 1.72.
Fixed
- Avoid type confusion with
rustls
in some circumstances.