Skip to content

Commit

Permalink
chore(deps): update coins-bip39 requirement from 0.11 to 0.12 (#73)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent a3a9627 commit 4dc62d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 4dc62d6

Please sign in to comment.