From a4647cfa98c300a196cafc5303cc08221d0e23bb Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Tue, 28 Feb 2023 12:33:20 +0100 Subject: [PATCH] Bump bip39 crate to v2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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