From db9df9c7bc7cadb82dba534432ec95acc0515739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:12:21 +0000 Subject: [PATCH] chore(deps): update bitcoin_hashes requirement from 0.18 to 0.19 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.18.0...bitcoin_hashes-0.19.0) --- updated-dependencies: - dependency-name: bitcoin_hashes dependency-version: 0.19.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 0d36b8e..1edd237 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.18" +bitcoin_hashes = "0.19" hex-conservative = "1.0.0" serde = { version = "1.0", features = ["derive"], optional = true }