Clean-up dep versions

- Use bitcoin-harness 0.2
- Use cross-curve-dleq latest master commit
This commit is contained in:
Franck Royer 2020-12-04 16:56:08 +11:00
parent 150e5f2aba
commit cfcd1e7170
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
3 changed files with 7 additions and 6 deletions

View file

@ -13,7 +13,7 @@ atty = "0.2"
backoff = { version = "0.2", features = ["tokio"] }
base64 = "0.12"
bitcoin = { version = "0.25", features = ["rand", "use-serde"] }
bitcoin-harness = { git = "https://github.com/d4nte/bitcoin-harness-rs", branch = "rust-bitcoin-0.25" }
bitcoin-harness = "0.2"
conquer-once = "0.3"
derivative = "2"
ecdsa_fun = { git = "https://github.com/LLFourn/secp256kfun", rev = "cdfbc766045ea678a41780919d6228dd5acee3be", features = ["libsecp_compat", "serde"] }