Use webpki 0.17, *ring* 0.12, sct 0.2, ct-logs 0.2.

This commit is contained in:
Brian Smith 2017-08-27 18:09:30 -10:00
parent 60bd99f67f
commit 01129a6507
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rustls"
version = "0.10.0"
version = "0.11.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
readme = "README.md"
@ -10,13 +10,13 @@ repository = "https://github.com/ctz/rustls"
categories = ["network-programming", "cryptography"]
[dependencies]
untrusted = "0.5"
untrusted = "0.5.1"
time = "0.1.37"
base64 = "0.6"
log = { version = "0.3.6", optional = true }
ring = { version = "0.11", features = ["rsa_signing"] }
webpki = "0.16"
sct = "0.1.2"
ring = { version = "0.12", features = ["rsa_signing"] }
webpki = "0.17"
sct = "0.2"
[features]
default = ["logging"]
@ -31,7 +31,7 @@ docopt = "0.8"
serde = "1.0"
serde_derive = "1.0"
webpki-roots = "0.13"
ct-logs = "0.1"
ct-logs = "0.2"
regex = "0.2"
[[example]]