From: Steven Roose Date: Tue, 25 Feb 2025 12:37:16 +0000 (+0000) Subject: wallet: Bump bitcoin dependency to v0.32.4 X-Git-Tag: wallet-1.2.0~24^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/rpc/struct.RpcConfig.html?a=commitdiff_plain;h=5553e8d2a9ad066399cdf96c6081638c5724032a;p=bdk wallet: Bump bitcoin dependency to v0.32.4 This is required since we are using Network::Testnet4 --- diff --git a/crates/wallet/Cargo.toml b/crates/wallet/Cargo.toml index 028aac6c..9e0e3cb0 100644 --- a/crates/wallet/Cargo.toml +++ b/crates/wallet/Cargo.toml @@ -18,7 +18,7 @@ workspace = true [dependencies] rand_core = { version = "0.6.0" } miniscript = { version = "12.0.0", features = [ "serde" ], default-features = false } -bitcoin = { version = "0.32.0", features = [ "serde", "base64" ], default-features = false } +bitcoin = { version = "0.32.4", features = [ "serde", "base64" ], default-features = false } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1.0" } bdk_chain = { path = "../chain", version = "0.21.1", features = [ "miniscript", "serde" ], default-features = false }