File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ hashbrown = { version = "0.9", optional = true }
3535bench-utils = { git = " https://github.com/arkworks-rs/utils" , default-features = false }
3636
3737rand_core = { version = " 0.5" , default-features = false }
38- digest = " 0.8 "
38+ digest = " 0.9 "
3939rayon = { version = " 1" , optional = true }
4040derivative = { version = " 2" , features = [ " use_core" ] }
4141
@@ -44,7 +44,7 @@ rand = { version = "0.7", default-features = false }
4444ark-ed-on-bls12-381 = { git = " https://github.com/arkworks-rs/curves" , default-features = false }
4545ark-bls12-381 = { git = " https://github.com/arkworks-rs/curves" , default-features = false , features = [ " curve" ] }
4646ark-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 ]
5050opt-level = 3
You can’t perform that action at this time.
0 commit comments