File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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.8 "
3
+ version = " 0.2.9 "
4
4
edition = " 2018"
5
5
authors = [
6
6
@@ -29,24 +29,24 @@ crate-type = ["lib"]
29
29
cclst = [" class_group" ]
30
30
31
31
[dependencies ]
32
- paillier = { git = " https://github.com/KZen-networks/rust-paillier" , tag = " v0.3.3 " }
33
- zk-paillier = { git = " https://github.com/KZen-networks/zk-paillier" , tag = " v0.2.4 " }
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.5 " }
34
34
subtle = { version = " 2" }
35
35
serde = { version = " 1.0" , features = [" derive" ] }
36
36
zeroize = " 0.10.1"
37
37
38
38
[dependencies .curv ]
39
39
git = " https://github.com/KZen-networks/curv"
40
- tag = " v0.2.2 "
40
+ tag = " v0.2.3 "
41
41
features = [" ec_secp256k1" ]
42
42
43
43
[dependencies .centipede ]
44
44
git = " https://github.com/KZen-networks/centipede"
45
- tag = " v0.2.1 "
45
+ tag = " v0.2.2 "
46
46
47
47
[dependencies .class_group ]
48
48
git = " https://github.com/KZen-networks/class"
49
- tag = " v0.4.2 "
49
+ tag = " v0.4.4 "
50
50
optional = true
51
51
52
52
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments