Update *ring* and webpki dependencies.

*ring* 0.13.0 will be released soon. There have been *many* changes
between *ring* 0.13.0-alpha and 0.13.0-alpha2 so there will be a
pre-release testing period.
This commit is contained in:
Brian Smith 2018-05-15 11:27:23 -10:00 committed by ctz
parent c4359ec6bd
commit b2da0902c2
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ categories = ["network-programming", "cryptography"]
untrusted = "0.6.1"
base64 = "0.9"
log = { version = "0.4.0", optional = true }
ring = { version = "0.13.0-alpha", features = ["rsa_signing"] }
webpki = "0.18.0-alpha"
ring = { version = "0.13.0-alpha3", features = ["rsa_signing"] }
webpki = "0.18.0-alpha3"
sct = "0.3"
[features]