Merge pull request #6 from briansmith/update-rustls
0.2.0: Update Rustls and webpki-roots versions.
This commit is contained in:
commit
d12397d532
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-rustls"
|
name = "tokio-rustls"
|
||||||
version = "0.1.7"
|
version = "0.2.0"
|
||||||
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.5"
|
rustls = "0.7"
|
||||||
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.7"
|
webpki-roots = "0.10.0"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dev-dependencies]
|
[target.'cfg(unix)'.dev-dependencies]
|
||||||
tokio-file-unix = "0.2"
|
tokio-file-unix = "0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user