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",