Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update tiny-bip39 to v0.8 (#7539)
Browse files Browse the repository at this point in the history
It would improve secret zeroization due to
maciejhirsz/tiny-bip39#22, and would also remove
one of the points where we depend on `failure` crate, which is
deprecated (see rust-lang-deprecated/failure#347)
  • Loading branch information
Kirill Pimenov committed Nov 14, 2020
1 parent 5222a8f commit 77007ed
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 22 deletions.
63 changes: 42 additions & 21 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 primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ hash256-std-hasher = { version = "0.15.2", default-features = false }
base58 = { version = "0.1.0", optional = true }
rand = { version = "0.7.3", optional = true, features = ["small_rng"] }
substrate-bip39 = { version = "0.4.2", optional = true }
tiny-bip39 = { version = "0.7", optional = true }
tiny-bip39 = { version = "0.8", optional = true }
regex = { version = "1.3.1", optional = true }
num-traits = { version = "0.2.8", default-features = false }
zeroize = { version = "1.0.0", default-features = false }
Expand Down

0 comments on commit 77007ed

Please sign in to comment.