From 0458b22a8b94abe6d33ad148b6980b1a881c13d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 23:18:55 +0000 Subject: [PATCH] chore(deps): update bitcoin requirement from 0.28 to 0.29 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) - [Changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-bitcoin/compare/0.28.0...0.28.1) --- 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 b96b675f..8613e769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ sha2 = { version = "0.9", optional = true } sha3 = "0.10" # blockchain specific -bitcoin = { version = "0.28", features = ["use-serde"] } +bitcoin = { version = "0.29", features = ["use-serde"] } monero = { version = "0.17", features = ["serde"] } [dev-dependencies]