File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ documentation = "https://docs.rs/esplora-client/"
10
10
description = " Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async"
11
11
keywords = [" bitcoin" , " esplora" ]
12
12
readme = " README.md"
13
- rust-version = " 1.63 .0"
13
+ rust-version = " 1.70 .0"
14
14
15
15
[lib ]
16
16
name = " esplora_client"
@@ -23,7 +23,7 @@ hex = { version = "0.2", package = "hex-conservative" }
23
23
log = " ^0.4"
24
24
minreq = { version = " 2.11.0" , features = [" json-using-serde" ], optional = true }
25
25
async_minreq = { git = " https://github.com/psg-19/async-minreq.git" , default-features = false , optional = true }
26
- serde_json = " 1.0.140 "
26
+ serde_json = " 1.0.100 "
27
27
28
28
# default async runtime
29
29
tokio = { version = " 1" , features = [" time" ], optional = true }
@@ -43,7 +43,7 @@ blocking-https-native = ["blocking", "minreq/https-native"]
43
43
blocking-https-bundled = [" blocking" , " minreq/https-bundled" ]
44
44
45
45
tokio = [" dep:tokio" ]
46
- async = [" async_minreq" , " tokio?/time" ]
46
+ async = [" async_minreq" ," tokio?/time" ]
47
47
async-https = [" async" ]
48
48
async-https-native = [" async" ]
49
49
async-https-rustls = [" async" ]
You can’t perform that action at this time.
0 commit comments