From 41101d97a4ea03a8c03759e7eaf86c7483818d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:24:13 +0000 Subject: [PATCH] Update blake2 requirement from 0.9 to 0.10 Updates the requirements on [blake2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.9.0...blake2-v0.10.6) --- updated-dependencies: - dependency-name: blake2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benches/Cargo.toml | 2 +- ip_proofs/Cargo.toml | 2 +- sipp/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benches/Cargo.toml b/benches/Cargo.toml index bf27185..a2aea7d 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -22,7 +22,7 @@ ark-relations = "0.4" ark-r1cs-std = "0.4" digest = "0.9" -blake2 = "0.9" +blake2 = "0.10" csv = "1" ark-inner-products = { path = "../inner_products" } diff --git a/ip_proofs/Cargo.toml b/ip_proofs/Cargo.toml index 5abdf39..0049405 100644 --- a/ip_proofs/Cargo.toml +++ b/ip_proofs/Cargo.toml @@ -34,7 +34,7 @@ ark-ed-on-bls12-381 = "0.4" ark-relations = "0.4" ark-r1cs-std = "0.4" -blake2 = "0.9" +blake2 = "0.10" [features] default = [ "parallel" ] diff --git a/sipp/Cargo.toml b/sipp/Cargo.toml index 87069de..6116046 100644 --- a/sipp/Cargo.toml +++ b/sipp/Cargo.toml @@ -31,7 +31,7 @@ rand_chacha = "0.3" digest = "0.9" [dev-dependencies] -blake2 = "0.9" +blake2 = "0.10" csv = "1" serde = { version = "1", features = [ "derive" ] } ark-bls12-377 = { version = "0.4", features = [ "curve" ] }