From 290bfe93de3922582650f04f1da61f939614f98a Mon Sep 17 00:00:00 2001 From: Weikeng Chen <w.k@berkeley.edu> Date: Wed, 3 Feb 2021 17:36:08 -0800 Subject: [PATCH] bump the version of Blake and digest (#70) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c5e522..4528fc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ hashbrown = { version = "0.9", optional = true } bench-utils = { git = "https://github.com/arkworks-rs/utils", default-features = false } rand_core = { version = "0.5", default-features = false } -digest = "0.8" +digest = "0.9" rayon = { version = "1", optional = true } derivative = { version = "2", features = [ "use_core" ] } @@ -44,7 +44,7 @@ rand = { version = "0.7", default-features = false } ark-ed-on-bls12-381 = { git = "https://github.com/arkworks-rs/curves", default-features = false } ark-bls12-381 = { git = "https://github.com/arkworks-rs/curves", default-features = false, features = [ "curve" ] } ark-bls12-377 = { git = "https://github.com/arkworks-rs/curves", default-features = false, features = [ "curve" ] } -blake2 = { version = "0.8", default-features = false } +blake2 = { version = "0.9", default-features = false } [profile.release] opt-level = 3 -- GitLab