Upgrade native-tls and tokio-tls to 0.2
This commit is contained in:
parent
c8aed29e80
commit
0be5cb26c8
2 changed files with 10 additions and 10 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue