From 8faab89f094ec00f5876bcec0e8879b4c172c3a8 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 8 Mar 2021 05:19:30 +0000 Subject: [PATCH] Update blst to 0.3.3 (#2246) ## Proposed Changes Supranational just made a `blst` 0.3.3 release, so I figure we may as well include it for v1.2.0 --- Cargo.lock | 4 ++-- crypto/bls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db351dd155..5e1773726e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ dependencies = [ [[package]] name = "blst" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f4904512207f2ac5208e5f679106c9e3aa45e4aca9774beda779eab5f522cb" +checksum = "dd7cb1b48c09ac759808ad27811ca44e27c037d309f837651fc80506bc19819f" dependencies = [ "cc", "glob", diff --git a/crypto/bls/Cargo.toml b/crypto/bls/Cargo.toml index 4006b714bb..8222a0ccce 100644 --- a/crypto/bls/Cargo.toml +++ b/crypto/bls/Cargo.toml @@ -17,7 +17,7 @@ eth2_hashing = "0.1.0" ethereum-types = "0.9.2" arbitrary = { version = "0.4.6", features = ["derive"], optional = true } zeroize = { version = "1.1.1", features = ["zeroize_derive"] } -blst = "0.3.2" +blst = "0.3.3" [features] default = ["supranational"]