Update tiny-bip39 dependency to one implementing zeroize (#1701)

## Issue Addressed

Resolves #1130

## Proposed Changes

Use the sigp fork of tiny-bip39, which includes `Zeroize` for `Mnemonic` and `Seed`

## Additional Info
N/A
This commit is contained in:
realbigsean
2020-10-02 06:57:40 +00:00
committed by Paul Hauner
parent 255cc25623
commit 17c5da478e
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
rand = "0.7.2"
eth2_keystore = { path = "../eth2_keystore" }
eth2_key_derivation = { path = "../eth2_key_derivation" }
tiny-bip39 = "0.7.3"
tiny-bip39 = { git = "https://github.com/sigp/tiny-bip39.git", rev = "1137c32da91bd5e75db4305a84ddd15255423f7f" }
[dev-dependencies]
hex = "0.4.2"