@@ -20,9 +20,9 @@ digest.workspace = true
2020rayon = {workspace = true , optional = true }
2121bbs_plus = { version = " 0.13.0" , default-features = false , path = " ../bbs_plus" }
2222schnorr_pok = { version = " 0.10.0" , default-features = false , path = " ../schnorr_pok" }
23- vb_accumulator = { version = " 0.12 .0" , default-features = false , path = " ../vb_accumulator" }
23+ vb_accumulator = { version = " 0.13 .0" , default-features = false , path = " ../vb_accumulator" }
2424dock_crypto_utils = { version = " 0.10.0" , default-features = false , path = " ../utils" }
25- saver = { version = " 0.9 .0" , default-features = false , path = " ../saver" }
25+ saver = { version = " 0.10 .0" , default-features = false , path = " ../saver" }
2626serde.workspace = true
2727serde_with.workspace = true
2828ark-groth16.workspace = true
@@ -31,7 +31,7 @@ ark-relations.workspace = true
3131zeroize.workspace = true
3232coconut-crypto = { version = " 0.1.0" , default-features = false , path = " ../coconut" }
3333merlin = { workspace = true , default-features = false }
34- legogroth16 = { version = " 0.6 .0" , default-features = false , features = [" circom" , " aggregation" ], path = " ../legogroth16" }
34+ legogroth16 = { version = " 0.7 .0" , default-features = false , features = [" circom" , " aggregation" ], path = " ../legogroth16" }
3535itertools = " 0.10.5"
3636paste = " 1.0.12"
3737
0 commit comments