File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ documentation = "https://docs.rs/esplora-client/"
1010description = " Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async"
1111keywords = [" bitcoin" , " esplora" ]
1212readme = " README.md"
13- rust-version = " 1.63 .0"
13+ rust-version = " 1.70 .0"
1414
1515[lib ]
1616name = " esplora_client"
@@ -23,7 +23,7 @@ hex = { version = "0.2", package = "hex-conservative" }
2323log = " ^0.4"
2424minreq = { version = " 2.11.0" , features = [" json-using-serde" ], optional = true }
2525async_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 "
2727
2828# default async runtime
2929tokio = { version = " 1" , features = [" time" ], optional = true }
@@ -43,7 +43,7 @@ blocking-https-native = ["blocking", "minreq/https-native"]
4343blocking-https-bundled = [" blocking" , " minreq/https-bundled" ]
4444
4545tokio = [" dep:tokio" ]
46- async = [" async_minreq" , " tokio?/time" ]
46+ async = [" async_minreq" ," tokio?/time" ]
4747async-https = [" async" ]
4848async-https-native = [" async" ]
4949async-https-rustls = [" async" ]
You can’t perform that action at this time.
0 commit comments