add support for arbitrary proxies

This commit is contained in:
Aiden McClelland 2021-04-13 12:15:58 -06:00
parent cc9111059d
commit b2d5516058
5 changed files with 168 additions and 5 deletions

View file

@ -47,7 +47,7 @@ rand = "0.8.3"
# Used to hash passwords
rust-argon2 = "0.8.3"
# Used to send requests
reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls-native-roots"] }
reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls-native-roots", "socks"] }
# Custom TLS verifier
rustls = { version = "0.19", features = ["dangerous_configuration"] }
rustls-native-certs = "0.5.0"