1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

update actix-web dependency to 4.0

This commit is contained in:
Rob Ede
2022-02-25 23:05:11 +00:00
parent d46ee464e0
commit 73a5ae98b6
10 changed files with 17 additions and 16 deletions

View File

@ -1,7 +1,8 @@
# Changes
## Unreleased - 2021-xx-xx
- Ensure that preflight responses contain a Vary header. [#224]
- Update `actix-web` dependency to 4.0.
- Ensure that preflight responses contain a `Vary` header. [#224]
[#224]: https://github.com/actix/actix-extras/pull/224