From 2d029ae08ac652e3cb7391589285e0f763bbda7b Mon Sep 17 00:00:00 2001 From: Benalleng Date: Wed, 23 Sep 2026 11:01:43 -0400 Subject: [PATCH] Update bitcoin-hpke to 0.20.0 --- ohttp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohttp/Cargo.toml b/ohttp/Cargo.toml index e6de02d..0765f7d 100644 --- a/ohttp/Cargo.toml +++ b/ohttp/Cargo.toml @@ -27,7 +27,7 @@ byteorder = "1.4" chacha20poly1305 = {version = "0.8", optional = true} hex = "0.4" hkdf = {version = "0.11", optional = true} -bitcoin-hpke = {version = "0.13.0", optional = true, default-features = false, features = ["std", "secp"]} +bitcoin-hpke = {version = "0.20.0", optional = true, default-features = false, features = ["std", "secp"]} lazy_static = "1.4" log = {version = "0.4", default-features = false} rand = {version = "0.8", optional = true}