Update electrum-client to 0.7

This commit is contained in:
Thomas Eizinger 2021-02-26 14:09:46 +11:00
parent 4ad0f54c30
commit 2f0ca206f3
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Misc
#### Changed
- Updated `electrum-client` to version `0.7`
## [v0.4.0] - [v0.3.0]
### Keys

View File

@ -22,7 +22,7 @@ rand = "^0.7"
# Optional dependencies
sled = { version = "0.34", optional = true }
electrum-client = { version = "0.6", optional = true }
electrum-client = { version = "0.7", optional = true }
reqwest = { version = "0.11", optional = true, features = ["json"] }
futures = { version = "0.3", optional = true }
async-trait = { version = "0.1", optional = true }