From cec9a046dc304636cc300b3514b9a9dc5c88b690 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Thu, 15 Aug 2024 18:59:48 +0900 Subject: [PATCH] Add socks feature for reqwest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ff8a18..dbcf070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"