Skip to content

Commit

Permalink
chore(deps): update coins-bip39 requirement from 0.8 to 0.11 (#72)
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](summa-tx/coins@v0.8.0...v0.11.1)

---
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 Jun 11, 2024
1 parent 1a6cc63 commit 1f2e264
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.8"
coins-bip39 = "0.11"
rand = "0.8"

[[bench]]
Expand Down

0 comments on commit 1f2e264

Please sign in to comment.