diff --git a/relayer/Cargo.toml b/relayer/Cargo.toml index d97e80101a..5a57aa680f 100644 --- a/relayer/Cargo.toml +++ b/relayer/Cargo.toml @@ -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"