Skip to content

Commit 90dabd6

Browse files
committed
Disable reqwest dep when _manual-tls is enabled in the payjoin crate
The reqwest dep is enabled in the _manual-tls feature pulling in url as a sub dependency but this is only used in conjunction with the io feature which already has reqwest as a dep.
1 parent 332755b commit 90dabd6

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)