File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " multi-party-ecdsa"
3
- version = " 0.2.2 "
3
+ version = " 0.2.3 "
4
4
authors = [
5
5
6
6
@@ -25,8 +25,8 @@ crate-type = ["lib"]
25
25
26
26
27
27
[dependencies ]
28
- paillier = { git = " https://github.com/KZen-networks/rust-paillier" , tag = " v0.3.0 " }
29
- zk-paillier = { git = " https://github.com/KZen-networks/zk-paillier" , tag = " v0.2.0 " }
28
+ paillier = { git = " https://github.com/KZen-networks/rust-paillier" , tag = " v0.3.2 " }
29
+ zk-paillier = { git = " https://github.com/KZen-networks/zk-paillier" , tag = " v0.2.3 " }
30
30
subtle = {version = " 2" , features = [" nightly" ]}
31
31
serde = " 1.0"
32
32
serde_derive = " 1.0"
@@ -37,12 +37,12 @@ cclst = ["class_group"]
37
37
38
38
[dependencies .curv ]
39
39
git = " https://github.com/KZen-networks/curv"
40
- tag = " v0.2.0 "
40
+ tag = " v0.2.2 "
41
41
features = [" ec_secp256k1" ]
42
42
43
43
[dependencies .centipede ]
44
44
git = " https://github.com/KZen-networks/centipede"
45
- tag = " v0.2.0 "
45
+ tag = " v0.2.1 "
46
46
47
47
[dependencies .class_group ]
48
48
git = " https://github.com/KZen-networks/class-groups"
You can’t perform that action at this time.
0 commit comments