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"