Skip to content

Commit

Permalink
feat(ext/fetch): Add socks proxy support (denoland#15372)
Browse files Browse the repository at this point in the history
  • Loading branch information
SahAssar committed Aug 5, 2022
1 parent bfdce3c commit 6e69124
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e69124

Please sign in to comment.