Skip to content

Commit 3c8416b

Browse files
update dependency
dependency updated from tiny-bip39 to rust-bip39
1 parent 3d8efbf commit 3c8416b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ cc = { version = ">=1.0.64", optional = true }
3434
socks = { version = "0.3", optional = true }
3535
lazy_static = { version = "1.4", optional = true }
3636

37-
# the latest 0.8 version of tiny-bip39 depends on zeroize_derive 1.2 which has MSRV 1.51 and our
38-
# MSRV is 1.46, to fix this until we update our MSRV or replace the tiny-bip39
39-
# dependency https://github.com/bitcoindevkit/bdk/issues/399 we can only use an older version
40-
tiny-bip39 = { version = "< 0.8", optional = true }
37+
bip39 = { version = "1.0.1", optional = true }
4138
# backtrace > 0.3.61 includes object v0.27 which doesn't compile on 1.46. this is used by
4239
# tiny-bip39
4340
backtrace = { version = "=0.3.61", optional = true }
@@ -65,7 +62,7 @@ sqlite = ["rusqlite", "ahash"]
6562
compact_filters = ["rocksdb", "socks", "lazy_static", "cc"]
6663
key-value-db = ["sled"]
6764
all-keys = ["keys-bip39"]
68-
keys-bip39 = ["tiny-bip39", "backtrace"]
65+
keys-bip39 = ["bip39"]
6966
rpc = ["core-rpc"]
7067

7168
# We currently provide mulitple implementations of `Blockchain`, all are

0 commit comments

Comments
 (0)