From c8575e6f99ba788613c4cfc34c5c851c0ddb701b Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Wed, 10 Feb 2021 15:23:07 +1100 Subject: [PATCH 1/2] Bump up dependencies failing on ring over M1, according to https://github.com/briansmith/ring/issues/1163#issuecomment-750405885 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ccceb4a..6a8c2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ repository = "https://github.com/ctz/sct.rs" categories = ["network-programming", "cryptography"] [dependencies] -ring = "0.16.0" +ring = "0.16.20" untrusted = "0.7.0" From 05254b81eccba949d3fe168f80a580fe36d2f903 Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Wed, 10 Feb 2021 15:27:39 +1100 Subject: [PATCH 2/2] Version bump sct accordingly --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a8c2de..650ebe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sct" -version = "0.6.0" +version = "0.6.1" edition = "2018" authors = ["Joseph Birr-Pixton "] description = "Certificate transparency SCT verification library"