Skip to content

Commit 458a27e

Browse files
committed
deps(bitcoin): bump to 0.32.6
- bump the `bitcoin` dependency to latest `0.32.6`. - this bump is required, in order to use the latest implementation and support of `GetKey` implementation for new `KeyRequest::XOnlyPubKey` when signing tr transactions.
1 parent ce70bb7 commit 458a27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818
[dependencies]
1919
rand_core = { version = "0.6.0" }
2020
miniscript = { version = "12.3.1", features = [ "serde" ], default-features = false }
21-
bitcoin = { version = "0.32.4", features = [ "serde", "base64" ], default-features = false }
21+
bitcoin = { version = "0.32.6", features = [ "serde", "base64" ], default-features = false }
2222
serde = { version = "^1.0", features = ["derive"] }
2323
serde_json = { version = "^1.0" }
2424
bdk_chain = { version = "0.23.0", features = [ "miniscript", "serde" ], default-features = false }

0 commit comments

Comments
 (0)