Skip to content

Commit 8dd0209

Browse files
committed
Merge #737: Update electrum-client to 0.11.0
d7163c3 Update electrum-client to 0.11.0 (Alekos Filini) Pull request description: ### Description Update electrum-client to 0.11.0 ### Changelog notice - Updated `electrum-client` to `0.11.0` ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing #### New Features: * [ ] I've added tests for the new feature * [ ] I've added docs for the new feature * [x] I've updated `CHANGELOG.md` ACKs for top commit: danielabrozzoni: utACK d7163c3 Tree-SHA512: 3be61935e2bebfc5e4b530d17b9900e3c1bd2ef377fdd18df4303de713b124d51555f48f7aff5f4c2579105e86f52480e6b3f2af9c7494cbdb1dd2a2c5b4e0da
2 parents 7001b14 + d7163c3 commit 8dd0209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rand = "^0.7"
2222

2323
# Optional dependencies
2424
sled = { version = "0.34", optional = true }
25-
electrum-client = { version = "0.10", optional = true }
25+
electrum-client = { version = "0.11", optional = true }
2626
rusqlite = { version = "0.27.0", optional = true }
2727
ahash = { version = "0.7.6", optional = true }
2828
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
@@ -101,7 +101,7 @@ test-hardware-signer = ["hardware-signer"]
101101
lazy_static = "1.4"
102102
env_logger = "0.7"
103103
clap = "2.33"
104-
electrsd = "0.19.1"
104+
electrsd = "0.20"
105105

106106
[[example]]
107107
name = "address_validator"

0 commit comments

Comments
 (0)