Skip to content

Commit

Permalink
Update hdpath requirement from 0.2.0 to 0.4.0 in /relayer (#353)
Browse files Browse the repository at this point in the history
Updates the requirements on [hdpath](https://github.com/emeraldpay/hdpath-rs) to permit the latest version.
- [Release notes](https://github.com/emeraldpay/hdpath-rs/releases)
- [Commits](https://github.com/emeraldpay/hdpath-rs/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 3, 2020
1 parent c677056 commit 6379aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ k256 = { version = "0.5.6", features = ["ecdsa-core", "ecdsa", "sha256"]}
hex = "0.4"
bitcoin = { version= "0.25"}
bitcoin-wallet = "1.1.0"
hdpath = { version = "0.2.0", features = ["with-bitcoin"] }
hdpath = { version = "0.4.0", features = ["with-bitcoin"] }
rust-crypto = "0.2.36"
bech32 = "0.7.2"

Expand Down

0 comments on commit 6379aef

Please sign in to comment.