Upgrade native-tls and tokio-tls to 0.2

This commit is contained in:
Jokler 2018-09-17 02:11:25 +02:00
parent c8aed29e80
commit 0be5cb26c8
2 changed files with 10 additions and 10 deletions

View file

@ -30,7 +30,7 @@ encoding = "0.2"
failure = "0.1"
futures = "0.1"
log = "0.4"
native-tls = "0.1"
native-tls = "0.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = { version = "1.0", optional = true }
@ -40,7 +40,7 @@ tokio-core = "0.1"
tokio-io = "0.1"
tokio-mockstream = "1.1"
tokio-timer = "0.1"
tokio-tls = "0.1"
tokio-tls = "0.2"
toml = { version = "0.4", optional = true }
[dev-dependencies]