Skip to content

Commit 70ed34c

Browse files
Kirill Pimenovshamb0
authored andcommitted
Update tiny-bip39 to v0.8 (paritytech#7539)
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)
1 parent 1c12637 commit 70ed34c

File tree

2 files changed

+43
-22
lines changed

2 files changed

+43
-22
lines changed

Cargo.lock

Lines changed: 42 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

primitives/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hash256-std-hasher = { version = "0.15.2", default-features = false }
2626
base58 = { version = "0.1.0", optional = true }
2727
rand = { version = "0.7.3", optional = true, features = ["small_rng"] }
2828
substrate-bip39 = { version = "0.4.2", optional = true }
29-
tiny-bip39 = { version = "0.7", optional = true }
29+
tiny-bip39 = { version = "0.8", optional = true }
3030
regex = { version = "1.3.1", optional = true }
3131
num-traits = { version = "0.2.8", default-features = false }
3232
zeroize = { version = "1.0.0", default-features = false }

0 commit comments

Comments
 (0)