Skip to content

Commit b3ba2cf

Browse files
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](rust-bitcoin/rust-bitcoin@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] <support@github.com>
1 parent f3d6db0 commit b3ba2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bitcoin_hashes = { version = "0.20", default-features = false }
1616
hex-conservative = { version = "1.0.0", default-features = false }
1717
serde = { version = "1.0", features = ["derive"], optional = true }
1818
hashbrown = "0.16.1"
19-
bitcoin-io = { version = "0.3.0", default-features = false, features = ["alloc"] }
19+
bitcoin-io = { version = "0.5.0", default-features = false, features = ["alloc"] }
2020

2121
[dev-dependencies]
2222
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)