make reqwest use RusTLS instead of native TLS

This commit is contained in:
lemonsh 2022-03-12 15:02:40 -06:00
parent 5aebcc1fce
commit bc83fce101

View file

@ -18,6 +18,6 @@ toml = "0.5"
serde = { version = "1.0", features = ["derive"] }
hmac-sha256 = "1.1"
hex = "0.4"
reqwest = { version = "0.11", features = ["multipart", "json"] }
reqwest = { version = "0.11", default-features = false, features = ["multipart", "json", "rustls-tls"] }
once_cell = "1.9"
serde_json = "1.0"