Skip to content

Commit 86b7250

Browse files
authored
Update Cargo.toml
1 parent 93d36d6 commit 86b7250

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multi-party-ecdsa"
3-
version = "0.3.9"
3+
version = "0.3.10"
44
edition = "2018"
55
authors = [
66
"Gary <gary@kzencorp.com>",
@@ -29,8 +29,8 @@ crate-type = ["lib"]
2929
cclst = ["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"}
3434
subtle = { version = "2" }
3535
serde = { version = "1.0", features = ["derive"] }
3636
zeroize = "1.3.0"
@@ -42,7 +42,7 @@ features = ["ec_secp256k1"]
4242

4343
[dependencies.centipede]
4444
git = "https://github.com/commerceblock/centipede"
45-
tag = "v0.2.8"
45+
tag = "v0.2.9"
4646

4747
[dependencies.class_group]
4848
git = "https://github.com/KZen-networks/class"

0 commit comments

Comments
 (0)