Skip to content

Commit

Permalink
Use minreq_http feature of jsonrpc
Browse files Browse the repository at this point in the history
Recently in `jsonrpc` we added an HTTP client that uses `minreq`. Since
we now use a version of `jsonrpc` with this feature we can now use
`minreq` here.
  • Loading branch information
tcharding committed May 1, 2024
1 parent 2d34081 commit bc32cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ verifymessage = ["bitcoincore-rpc-json/verifymessage"]
bitcoincore-rpc-json = { version = "0.18.0", path = "../json" }

log = "0.4.5"
jsonrpc = { version = "0.18.0", features = [] }
jsonrpc = { version = "0.18.0", features = ["minreq_http"] }

# Used for deserialization of JSON.
serde = "1.0.156"
Expand Down

0 comments on commit bc32cfc

Please sign in to comment.