awc-v3.0.1
actix/actix-webawc-v3.0.1Aug 25, 2022by robjtede
AI Summary
This release fixes a specific bug regarding the handling of redirection requests that begin with `//` and updates the Minimum Supported Rust Version (MSRV).
Key Highlights
- Fixed handling of redirection requests that begin with `//`
- Minimum supported Rust version (MSRV) is now 1.57
Full Release Notes
### Changed - Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. ### Fixed - Fixed handling of redirection requests that begin with `//`. [#2840] [#2840]: https://github.com/actix/actix-web/pull/2840