File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ socks = { version = "0.3", optional = true }
34
34
lazy_static = { version = " 1.4" , optional = true }
35
35
tiny-bip39 = { version = " ^0.8" , optional = true }
36
36
zeroize = { version = " <1.4.0" , optional = true }
37
- # 1.2 broke something so fix this until https://github.com/maciejhirsz/tiny-bip39/pull/29 is merged.
38
- # (or we get rid of the tiny-bip39 dependency https://github.com/bitcoindevkit/bdk/issues/399)
39
- zeroize_derive = { version = " ~1.1.0" , optional = true }
37
+ # the latest zeroize_derive 1.2 changed MSRV to 1.51 and our MSRV is 1.46, to fix this until we
38
+ # update our MSRV or get rid of the tiny-bip39 dependency https://github.com/bitcoindevkit/bdk/issues/399
39
+ # we pin an older version
40
+ zeroize_derive = { version = " ~0.7.0" , optional = true }
40
41
bitcoinconsensus = { version = " 0.19.0-3" , optional = true }
41
42
42
43
# Needed by bdk_blockchain_tests macro
You can’t perform that action at this time.
0 commit comments