Skip to content

Commit

Permalink
Update hdpath requirement from 0.4.0 to 0.6.0 in /relayer (informalsy…
Browse files Browse the repository at this point in the history
…stems#384)

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 9, 2020
1 parent 34b546e commit db90a42
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 @@ -31,7 +31,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.4.0", features = ["with-bitcoin"] }
hdpath = { version = "0.6.0", features = ["with-bitcoin"] }
rust-crypto = "0.2.36"
bech32 = "0.7.2"
tonic = "0.3.1"
Expand Down

0 comments on commit db90a42

Please sign in to comment.