From b2da0902c2ad762eb8c00c16deddd292ed56e09a Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 15 May 2018 11:27:23 -1000 Subject: [PATCH] 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. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 23bb587f..66cfd2dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]