- Rename
AtError => Error
. - Remove
AtResult
type alias. - Minimum supported Rust version (MSRV) is now 1.59 due to transitive
time
dependency.
- Update Actix Web dependencies to v4 ecosystem.
- Rename
actix.ssl
settings object toactix.tls
. NoSettings
is now marked#[non_exhaustive]
.
- Adopted into @actix org from https://github.com/jjpe/actix-settings.