1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

Update to actix-web beta.17 (#217)

This commit is contained in:
Luca Palmieri
2021-12-29 10:25:52 +01:00
committed by GitHub
parent 6676a50944
commit 14a622092d
13 changed files with 21 additions and 9 deletions

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Update `actix-web` dependency to `4.0.0-beta.17`. [#217]
[#217]: https://github.com/actix/actix-extras/pull/217
## 0.6.0-beta.6 - 2021-12-18
* Update `actix-web` dependency to `4.0.0.beta-15`. [#216]

View File

@ -20,7 +20,7 @@ path = "src/lib.rs"
[dependencies]
actix-service = "2"
actix-utils = "3"
actix-web = { version = "4.0.0-beta.15", default_features = false }
actix-web = { version = "4.0.0-beta.17", default_features = false }
base64 = "0.13"
futures-util = { version = "0.3.7", default-features = false }