1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

update tokio-uring support to 0.4

This commit is contained in:
Rob Ede
2023-01-21 18:46:44 +00:00
parent b00fe72cf6
commit 72c80f9107
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
## Unreleased - 2022-xx-xx
- XHTML files now use `Content-Disposition: inline` instead of `attachment`. [#2903]
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
- Update `tokio-uring` dependency to `0.4`.
[#2903]: https://github.com/actix/actix-web/pull/2903