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 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

@ -45,7 +45,7 @@ tokio = { version = "1.13.1", features = ["sync"] }
tokio-util = "0.6.1"
# actix-session
actix-web = { version = "4.0.0-rc.1", default_features = false, optional = true }
actix-web = { version = "4", default_features = false, optional = true }
actix-session = { version = "0.5.0-beta.8", optional = true }
rand = { version = "0.8.0", optional = true }
serde = { version = "1.0.101", optional = true }
@ -53,7 +53,7 @@ serde_json = { version = "1.0.40", optional = true }
[dev-dependencies]
actix-test = "0.1.0-beta.12"
actix-web = { version = "4.0.0-rc.2", default_features = false, features = ["macros"] }
actix-web = { version = "4", default_features = false, features = ["macros"] }
env_logger = "0.9"
serde = { version = "1.0.101", features = ["derive"] }