From 6b2dc3b903fe8877049376e7bd4960c468f03854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 06:18:43 +0000 Subject: [PATCH] build(deps): update bitcoin_hashes requirement from 0.12 to 0.13 Updates the requirements on [bitcoin_hashes](https://github.com/rust-bitcoin/rust-bitcoin) to permit the latest version. - [Commits](https://github.com/rust-bitcoin/rust-bitcoin/compare/bitcoin_hashes-0.12.0...bitcoin_hashes-0.13.0) --- updated-dependencies: - dependency-name: bitcoin_hashes 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 015061d..8ffbe8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" repository = "https://github.com/dspicher/ur-rs/" [dependencies] -bitcoin_hashes = { version = "0.12", default-features = false } +bitcoin_hashes = { version = "0.13", default-features = false } crc = "3" minicbor = { version = "0.19", features = ["alloc"] } phf = { version = "0.11", features = ["macros"], default-features = false }