From 63d06903e2133655c8a0ededb42d43936e14a5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:20:20 +0000 Subject: [PATCH] chore(deps): update bitcoin_hashes requirement from 0.17 to 0.18 Updates the requirements on [bitcoin_hashes](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_hashes-0.17.0...bitcoin_hashes-0.18.0) --- updated-dependencies: - dependency-name: bitcoin_hashes dependency-version: 0.18.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 7491244..0d36b8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.74.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bitcoin_hashes = "0.17" +bitcoin_hashes = "0.18" hex-conservative = "1.0.0" serde = { version = "1.0", features = ["derive"], optional = true }