Skip to content

Commit 59d4e64

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 1d2e1a4 commit 59d4e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rand = ["bitcoincore-rpc-json/rand"]
2626
bitcoincore-rpc-json = { version = "0.18.0", path = "../json" }
2727

2828
log = "0.4.5"
29-
jsonrpc = { version = "0.18.0", features = [] }
29+
jsonrpc = { version = "0.18.0", features = ["minreq_http"] }
3030

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

0 commit comments

Comments
 (0)