File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " multi-party-ecdsa"
3- version = " 0.3.9 "
3+ version = " 0.3.10 "
44edition = " 2018"
55authors = [
66 " Gary <gary@kzencorp.com>" ,
@@ -29,8 +29,8 @@ crate-type = ["lib"]
2929cclst = [" class_group" ]
3030
3131[dependencies ]
32- paillier = { git = " https://github.com/KZen-networks /rust-paillier" , tag = " v0.3.4 " }
33- zk-paillier = { git = " https://github.com/KZen-networks /zk-paillier" , tag = " v0.2 .8" }
32+ paillier = { git = " https://github.com/commerceblock /rust-paillier" , tag = " v0.3.7 " }
33+ zk-paillier = { git = " https://github.com/commerceblock /zk-paillier" , tag = " v0.3 .8" }
3434subtle = { version = " 2" }
3535serde = { version = " 1.0" , features = [" derive" ] }
3636zeroize = " 1.3.0"
@@ -42,7 +42,7 @@ features = ["ec_secp256k1"]
4242
4343[dependencies .centipede ]
4444git = " https://github.com/commerceblock/centipede"
45- tag = " v0.2.8 "
45+ tag = " v0.2.9 "
4646
4747[dependencies .class_group ]
4848git = " https://github.com/KZen-networks/class"
You can’t perform that action at this time.
0 commit comments