11[package ]
22name = " proof_system"
3- version = " 0.21 .0"
3+ version = " 0.22 .0"
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
@@ -18,20 +18,20 @@ ark-ec.workspace = true
1818ark-std.workspace = true
1919digest.workspace = true
2020rayon = {workspace = true , optional = true }
21- bbs_plus = { version = " 0.15 .0" , default-features = false , path = " ../bbs_plus" }
22- schnorr_pok = { version = " 0.13 .0" , default-features = false , path = " ../schnorr_pok" }
23- vb_accumulator = { version = " 0.16 .0" , default-features = false , path = " ../vb_accumulator" }
24- dock_crypto_utils = { version = " 0.14 .0" , default-features = false , path = " ../utils" }
25- saver = { version = " 0.12 .0" , default-features = false , path = " ../saver" }
21+ bbs_plus = { version = " 0.16 .0" , default-features = false , path = " ../bbs_plus" }
22+ schnorr_pok = { version = " 0.14 .0" , default-features = false , path = " ../schnorr_pok" }
23+ vb_accumulator = { version = " 0.17 .0" , default-features = false , path = " ../vb_accumulator" }
24+ dock_crypto_utils = { version = " 0.15 .0" , default-features = false , path = " ../utils" }
25+ saver = { version = " 0.13 .0" , default-features = false , path = " ../saver" }
2626serde.workspace = true
2727serde_with.workspace = true
2828ark-groth16.workspace = true
2929ark-r1cs-std.workspace = true
3030ark-relations.workspace = true
3131zeroize.workspace = true
32- coconut-crypto = { version = " 0.4 .0" , default-features = false , path = " ../coconut" }
32+ coconut-crypto = { version = " 0.5 .0" , default-features = false , path = " ../coconut" }
3333merlin = { package = " dock_merlin" , version = " 2.0" , default-features = false , path = " ../merlin" }
34- legogroth16 = { version = " 0.9 .0" , default-features = false , features = [" circom" , " aggregation" ], path = " ../legogroth16" }
34+ legogroth16 = { version = " 0.10 .0" , default-features = false , features = [" circom" , " aggregation" ], path = " ../legogroth16" }
3535itertools.workspace = true
3636
3737[dev-dependencies ]
0 commit comments