From 6e6912489cc0bf5f661c1940691fcec5879e1f80 Mon Sep 17 00:00:00 2001 From: SahAssar Date: Fri, 5 Aug 2022 12:49:25 +0200 Subject: feat(ext/fetch): Add socks proxy support (#15372) --- ext/fetch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fetch') diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index f7770a2d2..518bca6f9 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -20,7 +20,7 @@ deno_core = { version = "0.146.0", path = "../../core" } deno_tls = { version = "0.51.0", path = "../tls" } dyn-clone = "1" http = "0.2.6" -reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } +reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks"] } serde = { version = "1.0.136", features = ["derive"] } tokio = { version = "1.17", features = ["full"] } tokio-stream = "0.1.8" -- cgit v1.2.3