mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
session: Update actix-web
dependency to 3.0.0-alpha.1
This commit is contained in:
@ -22,14 +22,14 @@ default = ["cookie-session"]
|
||||
cookie-session = ["actix-web/secure-cookies"]
|
||||
|
||||
[dependencies]
|
||||
actix-web = "2.0.0"
|
||||
actix-web = "3.0.0-alpha.1"
|
||||
actix-service = "1.0.1"
|
||||
bytes = "0.5.3"
|
||||
derive_more = "0.99.2"
|
||||
futures = "0.3.1"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
time = { version = "0.2.5", default-features = false, features = ["std"] }
|
||||
time = { version = "0.2.7", default-features = false, features = ["std"] }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1.0.0"
|
||||
|
Reference in New Issue
Block a user