1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

upgrade native-tls package

This commit is contained in:
Nikolay Kim
2018-08-09 13:08:59 -07:00
parent 43b6828ab5
commit 2e8d67e2ae
7 changed files with 104 additions and 29 deletions

View File

@ -32,7 +32,7 @@ path = "src/lib.rs"
default = ["session", "brotli", "flate2-c"]
# tls
tls = ["native-tls", "tokio-tls"]
tls = ["native-tls"]
# openssl
alpn = ["openssl", "tokio-openssl"]
@ -100,8 +100,7 @@ tokio-timer = "0.2"
tokio-reactor = "0.1"
# native-tls
native-tls = { version="0.1", optional = true }
tokio-tls = { version="0.1", optional = true }
native-tls = { version="0.2", optional = true }
# openssl
openssl = { version="0.10", optional = true }