Skip to content

Commit

Permalink
Update dependencies and bump version to 0.4.6 (#115)
Browse files Browse the repository at this point in the history
* Update dependencies

* Bump version to 0.4.6
  • Loading branch information
elichai authored May 13, 2021
1 parent 11ebe5e commit 7442344
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multi-party-ecdsa"
version = "0.4.5"
version = "0.4.6"
edition = "2018"
authors = [
"Gary <[email protected]>",
Expand Down Expand Up @@ -34,30 +34,26 @@ subtle = { version = "2" }
serde = { version = "1.0", features = ["derive"] }
zeroize = "1"
libsecp256k1 = "0.3.2"

[dependencies.curv]
git = "https://github.com/KZen-networks/curv"
tag = "v0.6.2"
default-features = false
curv = { package = "curv-kzen", version = "0.7", default-features = false }

[dependencies.centipede]
git = "https://github.com/KZen-networks/centipede"
tag = "v0.2.11"
tag = "v0.2.12"
default-features = false

[dependencies.paillier]
git = "https://github.com/KZen-networks/rust-paillier"
tag = "v0.3.9"
tag = "v0.3.10"
default-features = false

[dependencies.zk-paillier]
git = "https://github.com/KZen-networks/zk-paillier"
tag = "v0.3.11"
tag = "v0.3.12"
default-features = false

[dependencies.class_group]
git = "https://github.com/KZen-networks/class"
tag = "v0.5.1"
tag = "v0.5.2"
optional = true

[dev-dependencies]
Expand Down

0 comments on commit 7442344

Please sign in to comment.