From 9b67a54b86690752e4acac1066975af9697d9fd4 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sun, 15 Jul 2018 11:59:21 +0100 Subject: [PATCH] 0.4.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3a61fd..d63e1f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sct" -version = "0.3.0" +version = "0.4.0" authors = ["Joseph Birr-Pixton "] description = "Certificate transparency SCT verification library" license = "Apache-2.0/ISC/MIT" @@ -10,5 +10,5 @@ repository = "https://github.com/ctz/sct.rs" categories = ["network-programming", "cryptography"] [dependencies] -ring = "0.13.0-alpha4" +ring = "0.13.2" untrusted = "0.6.2"