diff --git a/Cargo.toml b/Cargo.toml index c9b8122..7c4c536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sct" -version = "0.1.4" +version = "0.2.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.11" -untrusted = "0.5" +ring = "0.12" +untrusted = "0.5.1"