This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Description
Title pretty much says it all, but it looks like the authors of Zeroize removed the version that this library requires. Is there a fix for this?
Here's the error I'm getting when trying to build:
$ cargo build
Updating crates.io index
Updating git repository `https://github.com/RustMania/rust-paillier`
Updating git repository `https://github.com/vnermolaev/trace.git`
error: failed to select a version for the requirement `zeroize = "^0.10.1"`
candidate versions found which didn't match: 1.3.0, 1.2.0, 1.1.1, ...
location searched: crates.io index
required by package `ecdsa-mpc v0.3.0 (/Users/sandeepmukherjee/Documents/projects/threshold-signatures)`
I've tried manually updating the Cargo.toml file but got a bit tangled up in the dependency tree.
EDIT: It can be compiled using local versions of curv and rust-paillier that are all upgraded to version "1" of zeroize. I haven't tested out anything besides its compilation.