Skip to content

Commit 894ce91

Browse files
committed
bump dep versions
1 parent 674fc63 commit 894ce91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multi-party-ecdsa"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
edition = "2018"
55
authors = [
66
@@ -29,24 +29,24 @@ crate-type = ["lib"]
2929
cclst = ["class_group"]
3030

3131
[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"}
3434
subtle = { version = "2" }
3535
serde = { version = "1.0", features = ["derive"] }
3636
zeroize = "0.10.1"
3737

3838
[dependencies.curv]
3939
git = "https://github.com/KZen-networks/curv"
40-
tag = "v0.2.2"
40+
tag = "v0.2.3"
4141
features = ["ec_secp256k1"]
4242

4343
[dependencies.centipede]
4444
git = "https://github.com/KZen-networks/centipede"
45-
tag = "v0.2.1"
45+
tag = "v0.2.2"
4646

4747
[dependencies.class_group]
4848
git = "https://github.com/KZen-networks/class"
49-
tag = "v0.4.2"
49+
tag = "v0.4.4"
5050
optional = true
5151

5252
[dev-dependencies]

0 commit comments

Comments
 (0)