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

update deps

This commit is contained in:
Nikolay Kim
2018-08-02 11:50:41 -07:00
parent ba3cf13c72
commit 66cbf644b9
3 changed files with 3 additions and 2766 deletions

View File

@ -7,5 +7,5 @@ workspace = "../"
[dependencies]
env_logger = "0.5"
actix = "0.7"
actix-web = "0.7"
actix-redis = { version = "0.5", features = ["web"] }
actix-web = "0.7.3"
actix-redis = { version = "0.5.1", features = ["web"] }