From a9cc3db5de92123d9ddd143bcef42c7b8f1b71d0 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Tue, 26 Dec 2017 21:16:30 +0000 Subject: [PATCH] 0.3.0: update deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c4c536..50d438b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sct" -version = "0.2.0" +version = "0.3.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.12" -untrusted = "0.5.1" +ring = "0.13.0-alpha" +untrusted = "0.6.1"