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

use new new service api

This commit is contained in:
Nikolay Kim
2019-02-22 14:21:35 -08:00
parent 2f89b12f4f
commit b80ee71785
7 changed files with 30 additions and 18 deletions

View File

@ -33,12 +33,16 @@ ssl = ["openssl", "actix-http/ssl", "actix-server/ssl"]
[dependencies]
actix-codec = "0.1"
actix-service = "0.2.0"
actix-rt = "0.1.0"
actix-server = "0.2.0"
actix-utils = "0.2.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" }
base64 = "0.10"
bytes = "0.4"
cookie = { version="0.11", features=["percent-encode"] }