File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
223
223
checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf"
224
224
dependencies = [
225
225
"base64",
226
+ "minreq",
226
227
"serde",
227
228
"serde_json",
228
229
]
@@ -251,6 +252,17 @@ version = "0.4.18"
251
252
source = "registry+https://github.com/rust-lang/crates.io-index"
252
253
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
253
254
255
+ [[package]]
256
+ name = "minreq"
257
+ version = "2.11.2"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "6fdef521c74c2884a4f3570bcdb6d2a77b3c533feb6b27ac2ae72673cc221c64"
260
+ dependencies = [
261
+ "log",
262
+ "serde",
263
+ "serde_json",
264
+ ]
265
+
254
266
[[package]]
255
267
name = "ppv-lite86"
256
268
version = "0.2.17"
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
223
223
checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf"
224
224
dependencies = [
225
225
"base64",
226
+ "minreq",
226
227
"serde",
227
228
"serde_json",
228
229
]
@@ -251,6 +252,17 @@ version = "0.4.18"
251
252
source = "registry+https://github.com/rust-lang/crates.io-index"
252
253
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
253
254
255
+ [[package]]
256
+ name = "minreq"
257
+ version = "2.11.2"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "6fdef521c74c2884a4f3570bcdb6d2a77b3c533feb6b27ac2ae72673cc221c64"
260
+ dependencies = [
261
+ "log",
262
+ "serde",
263
+ "serde_json",
264
+ ]
265
+
254
266
[[package]]
255
267
name = "ppv-lite86"
256
268
version = "0.2.17"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ path = "src/lib.rs"
22
22
bitcoincore-rpc-json = { version = " 0.18.0" , path = " ../json" }
23
23
24
24
log = " 0.4.5"
25
- jsonrpc = { version = " 0.18.0" , features = [] }
25
+ jsonrpc = { version = " 0.18.0" , features = [" minreq_http " ] }
26
26
27
27
# Used for deserialization of JSON.
28
28
serde = " 1"
You can’t perform that action at this time.
0 commit comments