From 09a7f4ef224cfb02ec45152f55c972acde707947 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Fri, 1 Jun 2018 22:34:10 +0100 Subject: [PATCH] Move to ring 0.13 alpha4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edcf56d5..cf84acb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "cryptography"] untrusted = "0.6.1" base64 = "0.9" log = { version = "0.4.0", optional = true } -ring = { version = "0.13.0-alpha3", features = ["rsa_signing"] } +ring = { version = "0.13.0-alpha4", features = ["rsa_signing"] } webpki = "0.18.0-alpha3" sct = "0.3"