From fe654310d7e46a0e05c8282bd7804ac0d5203816 Mon Sep 17 00:00:00 2001 From: sjeohp Date: Thu, 28 Sep 2023 10:49:19 -0600 Subject: [PATCH] fix: bump electrum version to 0.18 --- crates/electrum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/electrum/Cargo.toml b/crates/electrum/Cargo.toml index 3f955393..dffd7c08 100644 --- a/crates/electrum/Cargo.toml +++ b/crates/electrum/Cargo.toml @@ -13,5 +13,5 @@ readme = "README.md" [dependencies] bdk_chain = { path = "../chain", version = "0.5.0", features = ["serde", "miniscript"] } -electrum-client = { version = "0.17" } +electrum-client = { version = "0.18" } #rustls = { version = "=0.21.1", optional = true, features = ["dangerous_configuration"] }