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
+1 -1
View File
@@ -26,7 +26,7 @@ hash-db = { version = "0.15.2", default-features = false }
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.1", optional = true }
substrate-bip39 = { version = "0.4.2", optional = true }
tiny-bip39 = { version = "0.7", optional = true }
regex = { version = "1.3.1", optional = true }
num-traits = { version = "0.2.8", default-features = false }