mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
update deps
This commit is contained in:
parent
9c7056e9b8
commit
6c4be45787
14
Cargo.toml
14
Cargo.toml
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user