Skip to content

Commit 2a4a228

Browse files
authored
Disable reqwest dep when _manual-tls is enabled in the payjoin crate (#1484)
2 parents 332755b + 90dabd6 commit 2a4a228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

payjoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ v1 = ["_core"]
3636
v2 = ["_core", "hpke", "bhttp", "ohttp", "directory"]
3737
#[doc = "Functions to fetch OHTTP keys via CONNECT proxy using reqwest. Enables `v2` since only `v2` uses OHTTP."]
3838
io = ["v2", "reqwest/rustls-tls"]
39-
_manual-tls = ["reqwest/rustls-tls", "rustls"]
39+
_manual-tls = ["rustls"]
4040
_test-utils = []
4141

4242
[dependencies]

0 commit comments

Comments
 (0)