From ec56f5e27b1f8177baeba9adc2c882bb433b0aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:22:52 +0000 Subject: [PATCH] deps(deps): update bitcoin requirement from 0.31 to 0.32 in /relayer 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/bitcoin-0.31.0...bitcoin-0.32.8) --- updated-dependencies: - dependency-name: bitcoin dependency-version: 0.32.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- relayer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relayer/Cargo.toml b/relayer/Cargo.toml index ad2f6d0..950d9ea 100644 --- a/relayer/Cargo.toml +++ b/relayer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] tokio = { version = "1.35", features = ["full"] } axum = "0.7" -bitcoin = "0.31" +bitcoin = "0.32" ethers = "2.0" stellar_sdk = "0.1" sha2 = "0.10"