Update substrate bip39 version. (#6955)

* update bip39 version

* and lock
This commit is contained in:
cheme
2020-08-31 16:16:30 +02:00
committed by GitHub
parent 875daa31bf
commit 734d30bf5d
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -8620,14 +8620,15 @@ dependencies = [
[[package]]
name = "substrate-bip39"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c004e8166d6e0aa3a9d5fa673e5b7098ff25f930de1013a21341988151e681bb"
checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"
dependencies = [
"hmac",
"pbkdf2",
"schnorrkel",
"sha2 0.8.2",
"zeroize",
]
[[package]]