1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

update redis examples

This commit is contained in:
Nikolay Kim
2019-07-11 15:11:05 +06:00
parent 93275d7986
commit 8c019519b9
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
actix = "0.8.2"
actix-web = "1.0.0"
actix-web = "1.0.3"
actix-session = "0.1.0"
actix-redis = { git = "https://github.com/actix/actix-redis.git", features = ["web"] }
actix-redis = { version = "0.6", features = ["web"] }
env_logger = "0.6"