File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 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"
223223checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf"
224224dependencies = [
225225 "base64",
226+ "minreq",
226227 "serde",
227228 "serde_json",
228229]
@@ -251,6 +252,17 @@ version = "0.4.18"
251252source = "registry+https://github.com/rust-lang/crates.io-index"
252253checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
253254
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+
254266[[package]]
255267name = "ppv-lite86"
256268version = "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"
223223checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf"
224224dependencies = [
225225 "base64",
226+ "minreq",
226227 "serde",
227228 "serde_json",
228229]
@@ -251,6 +252,17 @@ version = "0.4.18"
251252source = "registry+https://github.com/rust-lang/crates.io-index"
252253checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
253254
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+
254266[[package]]
255267name = "ppv-lite86"
256268version = "0.2.17"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ path = "src/lib.rs"
2222bitcoincore-rpc-json = { version = " 0.18.0" , path = " ../json" }
2323
2424log = " 0.4.5"
25- jsonrpc = { version = " 0.18.0" , features = [] }
25+ jsonrpc = { version = " 0.18.0" , features = [" minreq_http " ] }
2626
2727# Used for deserialization of JSON.
2828serde = " 1"
You can’t perform that action at this time.
0 commit comments