You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before, the `client` module was gated on the "proxy" feature,
which caused unnecessary coupling since proxy is only
required for the Socks5 client type.
This change removes the client module's dependency on the "proxy"
feature in favor of more precise feature gating of the Socks5 client
type and related functions calling into the `socks` module.
Note that `Client` still requires a TLS backend to be enabled
by one of "use-openssl", "use-rustls" or "use-rustls-ring".
0 commit comments