From 8845c380576b24e50651096577b947b2d31ce5df Mon Sep 17 00:00:00 2001 From: amackillop Date: Tue, 19 May 2026 12:53:40 -0700 Subject: [PATCH] Bump bitcoin-payment-instructions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b1efe12da..5ff645c3e7 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ log = { version = "0.4.22", default-features = false, features = ["std"]} vss-client = { package = "vss-client-ng", version = "0.4" } prost = { version = "0.11.6", default-features = false} # Branch: https://github.com/moneydevkit/bitcoin-payment-instructions/tree/2025-12-ldk-node-base -bitcoin-payment-instructions = { git = "https://github.com/moneydevkit/bitcoin-payment-instructions", rev = "6796e87525d6c564e1332354a808730e2ba2ebf8" } +bitcoin-payment-instructions = { git = "https://github.com/moneydevkit/bitcoin-payment-instructions", rev = "bdcef061488bcc619142010a2a69cd49462d8843" } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winbase"] }