1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00

Update actix-web dependency to 3.0.0-alpha.1

This commit is contained in:
Yuki Okushi 2020-03-12 05:46:58 +09:00
parent 9a8275b455
commit 405e61a603
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## [0.3.0-alpha.1] - 2020-03-11 ## [0.3.0-alpha.1] - 2020-03-11
* Minimize `futures-*` dependencies * Minimize `futures-*` dependencies
* Update `actix-web` dependency to 3.0.0-alpha.1
## [0.2.0] - 2019-12-20 ## [0.2.0] - 2019-12-20

View File

@ -16,7 +16,7 @@ name = "actix_cors"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
actix-web = "2.0.0" actix-web = "3.0.0-alpha.1"
actix-service = "1.0.1" actix-service = "1.0.1"
derive_more = "0.99.2" derive_more = "0.99.2"
futures-util = { version = "0.3.4", default-features = false } futures-util = { version = "0.3.4", default-features = false }