Skip to content

Commit 381fc06

Browse files
Fix socks feature for ureq
Its socks-proxy, not socks.. :P
1 parent ce1e243 commit 381fc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ lazy_static = "1.4.0"
3131

3232
[features]
3333
default = ["blocking", "async", "async-https"]
34-
blocking = ["ureq", "ureq/socks"]
34+
blocking = ["ureq", "ureq/socks-proxy"]
3535
async = ["reqwest", "reqwest/socks"]
3636
async-https = ["reqwest/default-tls"]

0 commit comments

Comments
 (0)