@@ -22,7 +22,7 @@ bitcoin = { version = "0.32", features = ["serde", "std"], default-features = fa
22
22
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
- async_minreq = { git = " https://github.com/psg-19/async-minreq.git " , default-features = false , features = [], optional = true }
25
+ async_minreq = { git = " https://github.com/psg-19/async-minreq" , default-features = false , features = [" json-using-serde " ], optional = true }
26
26
27
27
# default async runtime
28
28
tokio = { version = " 1" , features = [" time" ], optional = true }
@@ -42,8 +42,8 @@ blocking-https-native = ["blocking", "minreq/https-native"]
42
42
blocking-https-bundled = [" blocking" , " minreq/https-bundled" ]
43
43
44
44
tokio = [" dep:tokio" ]
45
- async = [" async_minreq" , " async_minreq/json-using-serde " , " tokio?/time" ]
46
- async-https = [" async" ]
47
- async-https-native = [" async" , " async_minreq/https-rustls-probe " , " async_minreq/webpki-roots " , " async_minreq/json-using-serde " , " async_minreq/https- native" ]
48
- async-https-rustls = [" async" , " async_minreq/json-using-serde " , " async_minreq/https-rustls-probe " , " async_minreq/ https-rustls" ]
45
+ async = [" async_minreq" , " tokio?/time" ]
46
+ async-https = [" async" , " async_minreq/https " ]
47
+ async-https-native = [" async" , " async_minreq/https-native" ]
48
+ async-https-rustls = [" async" , " async_minreq/https-rustls" ]
49
49
async-https-rustls-manual-roots = [" async" ]
0 commit comments