diff --git a/Cargo.toml b/Cargo.toml index ba08a5b1..2dcaaa42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,6 +81,7 @@ reqwest = { version = "0.12", features = [ "json", "stream", "system-proxy", + "socks" ], default-features = false } reqwest-middleware = "0.4" reqwest-retry = "0.7"