diff --git a/crates/bdk/Cargo.toml b/crates/bdk/Cargo.toml index 57c20900..c15273e1 100644 --- a/crates/bdk/Cargo.toml +++ b/crates/bdk/Cargo.toml @@ -22,7 +22,7 @@ bdk_chain = { path = "../chain", version = "0.6.0", features = ["miniscript", "s # Optional dependencies hwi = { version = "0.7.0", optional = true, features = [ "miniscript"] } -bip39 = { version = "1.0.1", optional = true } +bip39 = { version = "2.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = "0.2"