Skip to content

Commit

Permalink
update bitcoin (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsunsi authored Sep 4, 2024
1 parent 70a5b81 commit 8ba6d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
bitcoin = { version= "0.31.0", features = ["std"], default-features = false }
bitcoincore-rpc = { version = "0.18.0", default-features = false }
bitcoin = { version= "0.32.0", features = ["std"], default-features = false }
bitcoincore-rpc = { version = "0.19.0", default-features = false }
opentelemetry = { version = "0.24.0", features = ["trace"], default-features = false }
tokio = { version = "1.12.0", features = ["rt", "macros"], default-features = false }

0 comments on commit 8ba6d3b

Please sign in to comment.