From 40af6431bdd8ca882fce9aaf8167d94073de366d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 23:16:49 +0000 Subject: [PATCH] chore(deps): update bitcoincore-rpc requirement from 0.15 to 0.16 Updates the requirements on [bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc) to permit the latest version. - [Release notes](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/releases) - [Changelog](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/compare/v0.15.0...v0.15.0) --- updated-dependencies: - dependency-name: bitcoincore-rpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d84ee3f..e700f79 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.16" lazy_static = "1.4" rand_core = { version = "0.6.3", features = ["getrandom"] } secp256k1 = { version = "0.22", features = ["rand-std"] }