From 6d30e39e9e934de9038f2b054e4371619523166e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Maria=C5=84ski?= <13919176+m00nwtchr@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:40:56 +0000 Subject: [PATCH] Update Cargo.toml Co-authored-by: neon_arch --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c65c399..2365cbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [ "brotli", "gzip", "http2", + "socks", ] } tokio = { version = "1.32.0", features = [ "rt-multi-thread",