diff --git a/packages/crw-wallet/Cargo.toml b/packages/crw-wallet/Cargo.toml index 9b35071..3b4b2e7 100644 --- a/packages/crw-wallet/Cargo.toml +++ b/packages/crw-wallet/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib", "lib"] [dependencies] bech32 = { version = "0.9.0" } -bitcoin = { version = "0.29.1" } +bitcoin = { version = "0.30.0" } hdpath = {version = "0.6.0", features = ["with-bitcoin"] } k256 = { version = "0.11.4", features = ["ecdsa-core", "ecdsa", "sha256"]} ripemd = { version = "0.1.1" }