1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-31 19:37:00 +02:00

update to actix web v4 beta 18 (#218)

This commit is contained in:
Rob Ede
2021-12-29 10:22:56 +00:00
committed by GitHub
parent 5f17026a55
commit 0d12201073
9 changed files with 22 additions and 8 deletions

View File

@@ -40,12 +40,12 @@ derive_more = "0.99.2"
futures-core = { version = "0.3.7", default-features = false }
redis2 = { package = "redis", version = "0.19.0", features = ["tokio-comp", "tokio-native-tls-comp"] }
redis-async = { version = "0.8", default-features = false, features = ["tokio10"] }
time = "0.2.23"
time = "0.3"
tokio = { version = "1", features = ["sync"] }
tokio-util = "0.6.1"
# actix-session
actix-web = { version = "4.0.0-beta.17", default_features = false, optional = true }
actix-web = { version = "4.0.0-beta.18", default_features = false, optional = true }
actix-session = { version = "0.5.0-beta.6", optional = true }
rand = { version = "0.8.0", optional = true }
serde = { version = "1.0.101", optional = true }