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

update actix-web dependency

This commit is contained in:
Nikolay Kim
2018-07-21 05:10:26 -07:00
parent b4901a9476
commit 271749c433
26 changed files with 52 additions and 77 deletions

View File

@ -8,8 +8,7 @@ workspace = "../"
env_logger = "0.5"
actix = "0.7"
#actix-web = "^0.7"
actix-web = { git = "https://github.com/actix/actix-web.git" }
actix-web = "0.7"
futures = "0.1"
uuid = { version = "0.5", features = ["serde", "v4"] }