Skip to content

Commit

Permalink
Update tiny-bip39 dependency (#1887)
Browse files Browse the repository at this point in the history
## Issue Addressed

Resolves #1704

## Proposed Changes

Update tiny-bip39 from using the sigp fork to the newly released v0.8.0 in the upstream.



Co-authored-by: realbigsean <[email protected]>
  • Loading branch information
realbigsean and realbigsean committed Nov 12, 2020
1 parent 9ee71d6 commit f0c9339
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 39 deletions.
46 changes: 8 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto/eth2_wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uuid = { version = "0.8.1", features = ["serde", "v4"] }
rand = "0.7.3"
eth2_keystore = { path = "../eth2_keystore" }
eth2_key_derivation = { path = "../eth2_key_derivation" }
tiny-bip39 = { git = "https://github.com/sigp/tiny-bip39.git", rev = "1137c32da91bd5e75db4305a84ddd15255423f7f" }
tiny-bip39 = "0.8.0"

[dev-dependencies]
hex = "0.4.2"
Expand Down

0 comments on commit f0c9339

Please sign in to comment.