1
0
Fork 0

use rustls for tls

This commit is contained in:
Cyborus 2023-12-16 22:20:33 -05:00
parent 86a4acc1ad
commit 46bf8a7524
No known key found for this signature in database
2 changed files with 127 additions and 1 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.18", features = ["json", "multipart"] }
reqwest = { version = "0.11.18", features = ["json", "multipart", "rustls-tls"] }
soft_assert = "0.1.1"
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["net"] }