1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

update deps

This commit is contained in:
Nikolay Kim
2019-03-09 14:56:18 -08:00
parent d2dba028f6
commit 85664cc6f7
3 changed files with 8 additions and 19 deletions

View File

@ -20,8 +20,7 @@ path = "src/lib.rs"
[dependencies]
actix-web = { path=".." }
actix-http = { git = "https://github.com/actix/actix-http.git" }
actix-service = { git = "https://github.com/actix/actix-net.git" }
#actix-service = "0.3.0"
actix-service = "0.3.3"
bytes = "0.4"
futures = "0.1"