actix-web-actors: v4.3.1
- Reduce memory usage by
take
-ing (rather thansplit
-ing) the encoded buffer when yielding bytes in the response stream. - Mark crate as deprecated.
- Minimum supported Rust version (MSRV) is now 1.72.
take
-ing (rather than split
-ing) the encoded buffer when yielding bytes in the response stream.