From: Alekos Filini Date: Wed, 31 Aug 2022 09:21:13 +0000 (+0200) Subject: Update electrum-client to 0.11.0 X-Git-Tag: 0.22.0-rc.2~2^2 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/-debug/struct.EncoderStringWriter.html?a=commitdiff_plain;h=d7163c3a976daf1b6a38884d77546a745805bd3c;p=bdk Update electrum-client to 0.11.0 --- diff --git a/Cargo.toml b/Cargo.toml index 68cd5e36..7b0c47d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rand = "^0.7" # Optional dependencies sled = { version = "0.34", optional = true } -electrum-client = { version = "0.10", optional = true } +electrum-client = { version = "0.11", optional = true } rusqlite = { version = "0.27.0", optional = true } ahash = { version = "0.7.6", optional = true } reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] } @@ -101,7 +101,7 @@ test-hardware-signer = ["hardware-signer"] lazy_static = "1.4" env_logger = "0.7" clap = "2.33" -electrsd = "0.19.1" +electrsd = "0.20" [[example]] name = "address_validator"