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

update actix-server dep

This commit is contained in:
Nikolay Kim
2019-03-12 16:55:16 -07:00
parent 409888fcd5
commit 402a40ab27
5 changed files with 14 additions and 9 deletions

View File

@ -33,12 +33,12 @@ ssl = ["openssl", "actix-http/ssl", "actix-server/ssl"]
[dependencies]
actix-codec = "0.1.1"
actix-rt = "0.2.0"
actix-rt = "0.2.1"
actix-http = { path=".." }
actix-service = "0.3.3"
actix-service = "0.3.4"
#actix-server = "0.3.0"
actix-server = { git="https://github.com/actix/actix-net.git" }
actix-utils = "0.3.2"
actix-utils = "0.3.4"
base64 = "0.10"
bytes = "0.4"