From: Elias Rohrer Date: Tue, 28 Feb 2023 11:33:20 +0000 (+0100) Subject: Bump bip39 crate to v2.0.0 X-Git-Tag: v0.28.0~2^2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=a4647cfa98c300a196cafc5303cc08221d0e23bb;p=bdk Bump bip39 crate to v2.0.0 --- diff --git a/Cargo.toml b/Cargo.toml index 85a14741..c8b29c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ cc = { version = ">=1.0.64", optional = true } socks = { version = "0.3", optional = true } hwi = { version = "0.5", optional = true, features = [ "use-miniscript"] } -bip39 = { version = "1.0.1", optional = true } +bip39 = { version = "2.0.0", optional = true } bitcoinconsensus = { version = "0.19.0-3", optional = true } # Needed by bdk_blockchain_tests macro and the `rpc` feature