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

update deps

This commit is contained in:
Nikolay Kim
2019-03-02 15:08:10 -08:00
parent 5fff07402e
commit de9b38295f
2 changed files with 8 additions and 22 deletions

View File

@ -35,13 +35,9 @@ ssl = ["openssl", "actix-http/ssl", "actix-server/ssl"]
actix-codec = "0.1"
actix-rt = "0.1.0"
actix-http = { path=".." }
#actix-service = "0.2.0"
#actix-server = "0.2.0"
#actix-utils = "0.2.0"
actix-service = { git = "https://github.com/actix/actix-net" }
actix-server = { git = "https://github.com/actix/actix-net" }
actix-utils = { git = "https://github.com/actix/actix-net" }
actix-service = "0.3.0"
actix-server = "0.3.0"
actix-utils = "0.3.0"
base64 = "0.10"
bytes = "0.4"