Skip to content

Commit f1906c3

Browse files
authored
feat: Add socks feature to reqwest (#1460)
Add socks proxy support. export https_proxy=socks5h://127.0.0.1:1239 export HTTP_PROXY=socks5h://127.0.0.1:1239
1 parent 7e754c5 commit f1906c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ lazy_static = { workspace = true }
6666
open.workspace = true
6767
regex = { workspace = true }
6868
reqwest = { workspace = true, features = ["gzip", "deflate", "http2",
69-
"system-proxy"] }
69+
"socks", "system-proxy"] }
7070
secrecy = { version = "0.10", features = ["serde"] }
7171
serde = { workspace = true }
7272
serde_json = {workspace = true}

0 commit comments

Comments
 (0)