From 3e83e7dbd5d646f789705c67538b7b1faaf61072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 23:59:39 +0000 Subject: [PATCH] chore(deps): update bitcoin requirement from 0.28 to 0.30 Updates the requirements on [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) to permit the latest version. - [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases) - [Commits](https://github.com/rust-bitcoin/rust-bitcoin/compare/0.28.0...0.28.2) --- updated-dependencies: - dependency-name: bitcoin 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 6153f5e..a223bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ sha2 = { version = "0.9", optional = true } sha3 = "0.10" # blockchain specific -bitcoin = { version = "0.28", features = ["use-serde"] } +bitcoin = { version = "0.30", features = ["use-serde"] } monero = { version = "0.17", features = ["serde"] } [dev-dependencies]