File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,10 @@ blocking-http-transport-curl = ["blocking-network-client", "gix-transport/http-c
124
124
blocking-http-transport-curl-rustls = [" blocking-http-transport-curl" , " dep:curl-for-configuration-only" , " curl-for-configuration-only?/rustls" ]
125
125
# # 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.
126
126
blocking-http-transport-reqwest = [" blocking-network-client" , " gix-transport/http-client-reqwest" ]
127
- # # Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `rustls` crate.
127
+ # # Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `rustls` crate. Enables `trust-dns` on `reqwest`.
128
128
blocking-http-transport-reqwest-rust-tls = [" blocking-http-transport-reqwest" , " reqwest-for-configuration-only/rustls-tls" , " reqwest-for-configuration-only/trust-dns" ]
129
+ # # Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `rustls` crate.
130
+ blocking-http-transport-reqwest-rust-tls-no-trust-dns = [" blocking-http-transport-reqwest" , " reqwest-for-configuration-only/rustls-tls" ]
129
131
# # Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `native-tls` crate.
130
132
blocking-http-transport-reqwest-native-tls = [" blocking-http-transport-reqwest" , " reqwest-for-configuration-only/default-tls" ]
131
133
You can’t perform that action at this time.
0 commit comments