Skip to content

Commit 290bfe9

Browse files
authored
bump the version of Blake and digest (#70)
1 parent 683ac9e commit 290bfe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hashbrown = { version = "0.9", optional = true }
3535
bench-utils = { git = "https://github.com/arkworks-rs/utils", default-features = false }
3636

3737
rand_core = { version = "0.5", default-features = false }
38-
digest = "0.8"
38+
digest = "0.9"
3939
rayon = { version = "1", optional = true }
4040
derivative = { version = "2", features = [ "use_core" ] }
4141

@@ -44,7 +44,7 @@ rand = { version = "0.7", default-features = false }
4444
ark-ed-on-bls12-381 = { git = "https://github.com/arkworks-rs/curves", default-features = false }
4545
ark-bls12-381 = { git = "https://github.com/arkworks-rs/curves", default-features = false, features = [ "curve" ] }
4646
ark-bls12-377 = { git = "https://github.com/arkworks-rs/curves", default-features = false, features = [ "curve" ] }
47-
blake2 = { version = "0.8", default-features = false }
47+
blake2 = { version = "0.9", default-features = false }
4848

4949
[profile.release]
5050
opt-level = 3

0 commit comments

Comments
 (0)