1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 22:20:36 +02:00

update deps

This commit is contained in:
Nikolay Kim
2019-03-09 14:23:08 -08:00
parent 86f57e5a4a
commit 1f54ae9051
8 changed files with 25 additions and 34 deletions

View File

@ -27,9 +27,8 @@ default = []
ssl = ["openssl", "tokio-openssl"]
[dependencies]
#actix-service = "0.3.0"
actix-service = { path="../actix-service" }
actix-codec = "0.1.0"
actix-service = "0.3.3"
actix-codec = "0.1.1"
futures = "0.1"
tokio-tcp = "0.1"
tokio-current-thread = "0.1"