From: sjeohp Date: Thu, 28 Sep 2023 16:49:19 +0000 (-0600) Subject: fix: bump electrum version to 0.18 X-Git-Tag: v1.0.0-alpha.2~9^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=fe654310d7e46a0e05c8282bd7804ac0d5203816;p=bdk fix: bump electrum version to 0.18 --- 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"] }