From 4dc62d6f822b4a58b069e508df6a5586f973b5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 12:32:55 +0800 Subject: [PATCH] chore(deps): update coins-bip39 requirement from 0.11 to 0.12 (#73) Updates the requirements on [coins-bip39](https://github.com/summa-tx/coins) to permit the latest version. - [Commits](https://github.com/summa-tx/coins/commits) --- updated-dependencies: - dependency-name: coins-bip39 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- benchmark/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/Cargo.toml b/benchmark/Cargo.toml index 3814a20..33f176e 100644 --- a/benchmark/Cargo.toml +++ b/benchmark/Cargo.toml @@ -12,7 +12,7 @@ criterion = "0.5" # BIP-0039 benchmarks bip0039 = { path = "../bip0039" } bip39 = { package = "tiny-bip39", version = "1.0" } -coins-bip39 = "0.11" +coins-bip39 = "0.12" rand = "0.8" [[bench]]