Use *ring* 0.14, sct 0.5, webpki 0.19, and webpki-roots 0.16.

This commit is contained in:
Brian Smith 2019-01-02 11:25:06 -10:00 committed by ctz
parent ffaf4591f4
commit f3a131995c
1 changed files with 5 additions and 5 deletions

View File

@ -13,9 +13,9 @@ categories = ["network-programming", "cryptography"]
untrusted = "0.6.2"
base64 = "0.10"
log = { version = "0.4.0", optional = true }
ring = { version = "0.13.2", features = ["rsa_signing"] }
webpki = "0.18.1"
sct = "0.4"
ring = "0.14"
webpki = "0.19"
sct = "0.5"
[features]
default = ["logging"]
@ -30,8 +30,8 @@ mio = "0.6"
docopt = "1.0"
serde = "1.0"
serde_derive = "1.0"
webpki-roots = "0.15.0"
ct-logs = "0.4"
webpki-roots = "0.16"
ct-logs = "0.5"
regex = "1.0"
vecio = "0.1"