Skip to content

Commit

Permalink
Merge pull request async-rs#6 from briansmith/update-rustls
Browse files Browse the repository at this point in the history
0.2.0: Update Rustls and webpki-roots versions.
  • Loading branch information
quininer authored May 9, 2017
2 parents 3d5a365 + ade576a commit d12397d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-rustls"
version = "0.1.7"
version = "0.2.0"
authors = ["quininer kel <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/quininer/tokio-rustls"
Expand All @@ -13,13 +13,13 @@ categories = ["asynchronous", "cryptography", "network-programming"]
[dependencies]
futures = "0.1"
tokio-io = "0.1"
rustls = "0.5"
rustls = "0.7"
tokio-proto = { version = "0.1", optional = true }

[dev-dependencies]
tokio-core = "0.1"
clap = "2.20"
webpki-roots = "0.7"
webpki-roots = "0.10.0"

[target.'cfg(unix)'.dev-dependencies]
tokio-file-unix = "0.2"

0 comments on commit d12397d

Please sign in to comment.