mirror of
https://github.com/actix/actix-web.git
synced 2024-11-03 15:39:50 +00:00
update deps
This commit is contained in:
parent
5fff07402e
commit
de9b38295f
2 changed files with 8 additions and 22 deletions
20
Cargo.toml
20
Cargo.toml
|
@ -37,18 +37,10 @@ session = ["cookie/secure"]
|
|||
ssl = ["openssl", "actix-connector/ssl"]
|
||||
|
||||
[dependencies]
|
||||
#actix-service = "0.2.1"
|
||||
actix-service = "0.3.0"
|
||||
actix-codec = "0.1.0"
|
||||
#actix-connector = "0.2.0"
|
||||
#actix-utils = "0.2.2"
|
||||
|
||||
actix-service = { git = "https://github.com/actix/actix-net" }
|
||||
actix-connector = { git = "https://github.com/actix/actix-net" }
|
||||
actix-utils = { git = "https://github.com/actix/actix-net" }
|
||||
|
||||
#actix-service = { path = "../actix-net/actix-service" }
|
||||
#actix-connector = { path = "../actix-net/actix-connector" }
|
||||
#actix-utils = { path = "../actix-net/actix-utils" }
|
||||
actix-connector = "0.3.0"
|
||||
actix-utils = "0.3.0"
|
||||
|
||||
base64 = "0.10"
|
||||
backtrace = "0.3"
|
||||
|
@ -86,10 +78,8 @@ openssl = { version="0.10", optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
actix-rt = "0.1.0"
|
||||
actix-server = { git = "https://github.com/actix/actix-net", features=["ssl"] }
|
||||
#actix-server = { path = "../actix-net/actix-server", features=["ssl"] }
|
||||
#actix-connector = { path = "../actix-net/actix-connector", features=["ssl"] }
|
||||
actix-connector = { git = "https://github.com/actix/actix-net", features=["ssl"] }
|
||||
actix-server = { version = "0.3.0", features=["ssl"] }
|
||||
actix-connector = { version = "0.3.0", features=["ssl"] }
|
||||
actix-http-test = { path="test-server", features=["ssl"] }
|
||||
env_logger = "0.6"
|
||||
serde_derive = "1.0"
|
||||
|
|
|
@ -35,13 +35,9 @@ ssl = ["openssl", "actix-http/ssl", "actix-server/ssl"]
|
|||
actix-codec = "0.1"
|
||||
actix-rt = "0.1.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" }
|
||||
actix-service = "0.3.0"
|
||||
actix-server = "0.3.0"
|
||||
actix-utils = "0.3.0"
|
||||
|
||||
base64 = "0.10"
|
||||
bytes = "0.4"
|
||||
|
|
Loading…
Reference in a new issue