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

update actix-server

This commit is contained in:
Nikolay Kim
2019-03-12 17:04:08 -07:00
parent e271d4e47a
commit f627d01055
2 changed files with 2 additions and 4 deletions

View File

@ -36,8 +36,7 @@ actix-codec = "0.1.1"
actix-rt = "0.2.1"
actix-http = { path=".." }
actix-service = "0.3.4"
#actix-server = "0.3.0"
actix-server = { git="https://github.com/actix/actix-net.git" }
actix-server = "0.4.0"
actix-utils = "0.3.4"
base64 = "0.10"