From: Alekos Filini Date: Tue, 24 Nov 2020 09:01:42 +0000 (+0100) Subject: Update `tiny-bip39` to v0.8 X-Git-Tag: v0.1.0~24 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/-sqlite-db-configuration/static/bitcoin/struct.Script.html?a=commitdiff_plain;h=89db45a6454df7a76cdea563dd1de66f44f68a9f;p=bdk-cli Update `tiny-bip39` to v0.8 Fixes #185 --- diff --git a/Cargo.toml b/Cargo.toml index b34134f..ae3c857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]