From d3972ec7e63213945f7c8fcef9a64623c9bd9014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 06:26:03 +0000 Subject: [PATCH] Update hdpath requirement from 0.4.0 to 0.6.0 in /relayer 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] --- relayer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relayer/Cargo.toml b/relayer/Cargo.toml index 3d6453f87d..9b6aa8e6d5 100644 --- a/relayer/Cargo.toml +++ b/relayer/Cargo.toml @@ -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"