From b3ba2cfadcb5cfdef47110c0cc065e3604cb6a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:18:26 +0000 Subject: [PATCH] chore(deps): update bitcoin-io requirement from 0.3.0 to 0.5.0 Updates the requirements on [bitcoin-io](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-io-0.3.0...bitcoin-io-0.5.0) --- updated-dependencies: - dependency-name: bitcoin-io dependency-version: 0.5.0 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 d4d08b23..e3ca6e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bitcoin_hashes = { version = "0.20", default-features = false } hex-conservative = { version = "1.0.0", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } hashbrown = "0.16.1" -bitcoin-io = { version = "0.3.0", default-features = false, features = ["alloc"] } +bitcoin-io = { version = "0.5.0", default-features = false, features = ["alloc"] } [dev-dependencies] serde = { version = "1.0", features = ["derive"] }