Update tiny-bip39 to v0.8

Fixes #185
This commit is contained in:
Alekos Filini 2020-11-24 10:01:42 +01:00
parent acc0ae14ec
commit 4f6e3a4f68
No known key found for this signature in database
GPG Key ID: 5E8AFC3034FDFA4F

View File

@ -26,7 +26,7 @@ rocksdb = { version = "0.14", optional = true }
cc = { version = "=1.0.62", optional = true }
socks = { version = "0.3", optional = true }
lazy_static = { version = "1.4", optional = true }
tiny-bip39 = { version = "^0.7", optional = true }
tiny-bip39 = { version = "^0.8", optional = true }
# Platform-specific dependencies
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]