1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

bump session version of redis

This commit is contained in:
Rob Ede
2022-07-09 20:14:27 +01:00
parent ca9879425b
commit 3e002a677b
3 changed files with 10 additions and 4 deletions

View File

@ -41,8 +41,8 @@ serde_json = { version = "1" }
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
# redis-actor-session
actix = { version = "0.12.0", default-features = false, optional = true }
actix-redis = { version = "0.11.0", optional = true }
actix = { version = "0.13", default-features = false, optional = true }
actix-redis = { version = "0.12", optional = true }
futures-core = { version = "0.3.7", default-features = false, optional = true }
# redis-rs-session