From 90b82e2a7d942c9ec6b5da4708f0dcb64829c933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 03:30:52 +0000 Subject: [PATCH] chore(deps): update coins-bip39 requirement from 0.8.6 to 0.11.1 Updates the requirements on [coins-bip39](https://github.com/summa-tx/coins) to permit the latest version. - [Commits](https://github.com/summa-tx/coins/compare/v0.8.7...v0.11.1) --- updated-dependencies: - dependency-name: coins-bip39 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ethers-signers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index ec8e3ea67..714822318 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -27,7 +27,7 @@ ethers-core.workspace = true # crypto coins-bip32 = "0.8.3" -coins-bip39 = "0.8.6" +coins-bip39 = "0.11.1" elliptic-curve.workspace = true sha2.workspace = true rand.workspace = true