[Changed] bump rustls to 0.9

This commit is contained in:
quininer kel 2017-06-17 17:20:25 +08:00
parent 076c266fa1
commit d606a10000

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tokio-rustls" name = "tokio-rustls"
version = "0.2.2" version = "0.2.3"
authors = ["quininer kel <quininer@live.com>"] authors = ["quininer kel <quininer@live.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/quininer/tokio-rustls" repository = "https://github.com/quininer/tokio-rustls"
@ -13,13 +13,13 @@ categories = ["asynchronous", "cryptography", "network-programming"]
[dependencies] [dependencies]
futures = "0.1" futures = "0.1"
tokio-io = "0.1" tokio-io = "0.1"
rustls = "0.8" rustls = "0.9"
tokio-proto = { version = "0.1", optional = true } tokio-proto = { version = "0.1", optional = true }
[dev-dependencies] [dev-dependencies]
tokio-core = "0.1" tokio-core = "0.1"
clap = "2.20" clap = "2.20"
webpki-roots = "0.10.0" webpki-roots = "0.11.0"
[target.'cfg(unix)'.dev-dependencies] [target.'cfg(unix)'.dev-dependencies]
tokio-file-unix = "0.4" tokio-file-unix = "0.4"