mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 03:56:22 -04:00
Clean-up dep versions
- Use bitcoin-harness 0.2 - Use cross-curve-dleq latest master commit
This commit is contained in:
parent
150e5f2aba
commit
cfcd1e7170
3 changed files with 7 additions and 6 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue