1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02: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
2 changed files with 2 additions and 1 deletions

View File

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