From c68346ab13c7a47e438b2f01a7412f424536bac7 Mon Sep 17 00:00:00 2001 From: poma Date: Sun, 9 Jun 2024 23:24:23 +0300 Subject: [PATCH] bump `coins-bip32` and `coins-bip39` deps --- crates/signer-wallet/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/signer-wallet/Cargo.toml b/crates/signer-wallet/Cargo.toml index fca56bbd2d9..3cc59810b28 100644 --- a/crates/signer-wallet/Cargo.toml +++ b/crates/signer-wallet/Cargo.toml @@ -30,8 +30,8 @@ elliptic-curve = { workspace = true, optional = true } eth-keystore = { version = "0.5.0", default-features = false, optional = true } # mnemonic -coins-bip32 = { version = "0.8.7", default-features = false, optional = true } -coins-bip39 = { version = "0.8.7", default-features = false, features = [ +coins-bip32 = { version = "0.11.1", default-features = false, optional = true } +coins-bip39 = { version = "0.11.1", default-features = false, features = [ "english", ], optional = true }