1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-17 02:58:12 +00:00

update deps

This commit is contained in:
Nikolay Kim 2019-03-09 14:33:33 -08:00
parent 9c7056e9b8
commit 6c4be45787
2 changed files with 7 additions and 15 deletions

View file

@ -38,15 +38,10 @@ ssl = ["openssl", "actix-connector/ssl"]
fail = ["failure"]
[dependencies]
#actix-service = "0.3.2"
actix-service = "0.3.3"
actix-codec = "0.1.1"
#actix-connector = "0.3.0"
#actix-utils = "0.3.1"
actix-connector = { git="https://github.com/actix/actix-net.git" }
actix-service = { git="https://github.com/actix/actix-net.git" }
actix-utils = { git="https://github.com/actix/actix-net.git" }
actix-connector = "0.3.0"
actix-utils = "0.3.3"
actix-server-config = { git="https://github.com/actix/actix-net.git" }
base64 = "0.10"
@ -90,8 +85,7 @@ failure = { version = "0.1.5", optional = true }
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-connector = { version = "0.3.0", features=["ssl"] }
actix-connector = { git="https://github.com/actix/actix-net.git", features=["ssl"] }
actix-connector = { version = "0.3.0", features=["ssl"] }
actix-http-test = { path="test-server", features=["ssl"] }
env_logger = "0.6"

View file

@ -32,15 +32,13 @@ session = ["cookie/secure"]
ssl = ["openssl", "actix-http/ssl", "actix-server/ssl"]
[dependencies]
actix-codec = "0.1"
actix-codec = "0.1.1"
actix-rt = "0.2.0"
actix-http = { path=".." }
#actix-service = "0.3.2"
actix-service = { git="https://github.com/actix/actix-net.git" }
actix-service = "0.3.3"
#actix-server = "0.3.0"
actix-server = { git="https://github.com/actix/actix-net.git" }
#actix-utils = "0.3.2"
actix-utils = { git="https://github.com/actix/actix-net.git" }
actix-utils = "0.3.2"
base64 = "0.10"
bytes = "0.4"