diff options
| author | Sean McArthur <sean@seanmonstar.com> | 2024-07-31 15:44:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 00:44:03 +0200 |
| commit | fbcd250bc8ffb3b577afca7131d1d37f55eb47a2 (patch) | |
| tree | 8e69ebaaa21c3850128f40bddf996ed1e429e7d4 /Cargo.toml | |
| parent | d3419f7d147b8c362a3795c8284d55ff6f4f3492 (diff) | |
fix(ext/fetch): use correct ALPN to socks5 proxies (#24817)
Closes #24632
Closes #24719
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 300136344..414822d32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,6 +108,7 @@ dlopen2 = "0.6.1" ecb = "=0.1.2" elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem"] } encoding_rs = "=0.8.33" +fast-socks5 = "0.9.6" faster-hex = "0.9" fastwebsockets = { version = "0.6", features = ["upgrade", "unstable-split"] } filetime = "0.2.16" |
