Skip to content

Commit bc32cfc

Browse files
committed
Use minreq_http feature of jsonrpc
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.
1 parent 2d34081 commit bc32cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ verifymessage = ["bitcoincore-rpc-json/verifymessage"]
2525
bitcoincore-rpc-json = { version = "0.18.0", path = "../json" }
2626

2727
log = "0.4.5"
28-
jsonrpc = { version = "0.18.0", features = [] }
28+
jsonrpc = { version = "0.18.0", features = ["minreq_http"] }
2929

3030
# Used for deserialization of JSON.
3131
serde = "1.0.156"

0 commit comments

Comments
 (0)