Skip to content

Commit e87541c

Browse files
committed
added features.
1 parent 159a522 commit e87541c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
5959
cargo update -p time --precise "0.3.20"
6060
cargo update -p home --precise "0.5.5"
61-
cargo update -p security-framework-sys --precise "2.11.1"
61+
cargo update -p security-framework-sys --precise "2.14.0"
6262
cargo update -p native-tls --precise "0.2.13"
6363
cargo update -p ring --precise "0.17.12"
6464
cargo update -p flate2 --precise "1.0.35"

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bitcoin = { version = "0.32", features = ["serde", "std"], default-features = fa
2222
hex = { version = "0.2", package = "hex-conservative" }
2323
log = "^0.4"
2424
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 }
2626

2727
# default async runtime
2828
tokio = { version = "1", features = ["time"], optional = true }
@@ -42,8 +42,8 @@ blocking-https-native = ["blocking", "minreq/https-native"]
4242
blocking-https-bundled = ["blocking", "minreq/https-bundled"]
4343

4444
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"]
4949
async-https-rustls-manual-roots = ["async"]

0 commit comments

Comments
 (0)