Skip to content

Commit c197cbf

Browse files
committed
Merge branch 'BloopAI/main'
2 parents 9e6ae01 + 8d9296f commit c197cbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gix/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ blocking-http-transport-curl-rustls = ["blocking-http-transport-curl", "dep:curl
125125
## Stacks with `blocking-network-client` to provide support for HTTP/S using **reqwest**, and implies blocking networking as a whole, making the `https://` transport avaialble.
126126
blocking-http-transport-reqwest = ["blocking-network-client", "gix-transport/http-client-reqwest"]
127127
## Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `rustls` crate.
128-
blocking-http-transport-reqwest-rust-tls = ["blocking-http-transport-reqwest", "reqwest-for-configuration-only/rustls-tls", "reqwest-for-configuration-only/trust-dns"]
128+
blocking-http-transport-reqwest-rust-tls = ["blocking-http-transport-reqwest", "reqwest-for-configuration-only/rustls-tls" ]
129+
## Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `rustls` crate.
130+
## This also makes use of `trust-dns` to avoid `getaddrinfo`, but note it comes with its own problems.
131+
blocking-http-transport-reqwest-rust-tls-trust-dns = ["blocking-http-transport-reqwest", "reqwest-for-configuration-only/rustls-tls", "reqwest-for-configuration-only/trust-dns"]
129132
## Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `native-tls` crate.
130133
blocking-http-transport-reqwest-native-tls = ["blocking-http-transport-reqwest", "reqwest-for-configuration-only/default-tls" ]
131134

0 commit comments

Comments
 (0)