Skip to content

Commit

Permalink
[TMP] update rust-jsonrpc with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Jun 29, 2023
1 parent ee73b68 commit 0ad65d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ backtrace = "0.3"
rusqlite = { version = "0.27", features = ["bundled", "unlock_notify"] }

# To talk to bitcoind
jsonrpc = { version = "0.15", features = ["minreq_http"], default-features = false }
# TODO: make jsonrpc expose minreq
minreq = { version = "2.7.0", default-features = false }
jsonrpc = { git = "https://github.com/apoelstra/rust-jsonrpc", features = ["minreq_http"], default-features = false }

# Used for daemonization
libc = { version = "0.2", optional = true }
Expand Down

0 comments on commit 0ad65d0

Please sign in to comment.