Skip to content

Commit

Permalink
Add socks feature for reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
dongri committed Aug 15, 2024
1 parent 77660cd commit cec9a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/dongri/openai-api-rs"

[dependencies.reqwest]
version = "0.12"
features = ["json", "multipart"]
features = ["json", "multipart", "socks"]

[dependencies.tokio]
version = "1"
Expand Down

0 comments on commit cec9a04

Please sign in to comment.