diff --git a/Cargo.toml b/Cargo.toml index 6153f5e..259912b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ bitcoin = { version = "0.28", features = ["use-serde"] } monero = { version = "0.17", features = ["serde"] } [dev-dependencies] -bitcoincore-rpc = "0.15" +bitcoincore-rpc = "0.17" lazy_static = "1.4" rand_core = { version = "0.6.3", features = ["getrandom"] } secp256k1 = { version = "0.22", features = ["rand-std"] }