From a9b8ff5b7432152cee5808a9c7f4d5df964a92de Mon Sep 17 00:00:00 2001 From: poma Date: Sun, 9 Jun 2024 23:16:18 +0300 Subject: [PATCH] bump and 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 fca56bbd2d9d..3cc59810b280 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 }