diff --git a/packages/crw-wallet/Cargo.toml b/packages/crw-wallet/Cargo.toml index 9b35071..94930c3 100644 --- a/packages/crw-wallet/Cargo.toml +++ b/packages/crw-wallet/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"] bech32 = { version = "0.9.0" } bitcoin = { version = "0.29.1" } hdpath = {version = "0.6.0", features = ["with-bitcoin"] } -k256 = { version = "0.11.4", features = ["ecdsa-core", "ecdsa", "sha256"]} +k256 = { version = "0.13.0", features = ["ecdsa-core", "ecdsa", "sha256"]} ripemd = { version = "0.1.1" } serde = { version = "1.0", features = ["derive"] } sha2 = { version = "0.10.2" }