1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-17 02:58:12 +00: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

@ -83,8 +83,7 @@ failure = { version = "0.1.5", optional = true }
[dev-dependencies]
actix-rt = "0.2.0"
#actix-server = { version = "0.3.0", features=["ssl"] }
actix-server = { git="https://github.com/actix/actix-net.git", features=["ssl"] }
actix-server = { version = "0.4.0", features=["ssl"] }
actix-connector = { version = "0.3.0", features=["ssl"] }
actix-http-test = { path="test-server", features=["ssl"] }

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"