Skip to content

Commit

Permalink
Update blake2 requirement from 0.9 to 0.10
Browse files Browse the repository at this point in the history
Updates the requirements on [blake2](https://github.com/RustCrypto/hashes) to permit the latest version.
- [Commits](RustCrypto/hashes@groestl-v0.9.0...blake2-v0.10.6)

---
updated-dependencies:
- dependency-name: blake2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent c2c9e80 commit 41101d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion ip_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion sipp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
Expand Down

0 comments on commit 41101d9

Please sign in to comment.