diff --git a/Cargo.toml b/Cargo.toml index 99875d28..114ca89f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ toml = "0.8.19" sqlx = { version = "0.7.4", default-features = false } # k256 = { version = "=0.13.3", default-features = false } # risc0-build = "0.21.0" -bitcoin-mock-rpc = { git = "https://github.com/chainwayxyz/bitcoin-mock-rpc", tag = "v0.0.9" } +bitcoin-mock-rpc = { git = "https://github.com/chainwayxyz/bitcoin-mock-rpc", tag = "v0.0.10" } musig2 = { version = "0.0.11", features = ["serde"] } # Always optimize; building and running the guest takes much longer without optimization.