Skip to content

Commit

Permalink
Update deps (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Varlakov authored Apr 26, 2021
1 parent a7910d3 commit 11ebe5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.4"
version = "0.4.5"
edition = "2018"
authors = [
"Gary <[email protected]>",
Expand Down Expand Up @@ -32,32 +32,32 @@ cclst = ["class_group"]
[dependencies]
subtle = { version = "2" }
serde = { version = "1.0", features = ["derive"] }
zeroize = "0.10.1"
zeroize = "1"
libsecp256k1 = "0.3.2"

[dependencies.curv]
git = "https://github.com/KZen-networks/curv"
tag = "v0.6.1"
tag = "v0.6.2"
default-features = false

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

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

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

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

[dev-dependencies]
Expand Down

0 comments on commit 11ebe5e

Please sign in to comment.