1
0
Fork 0

don't use rustls

This commit is contained in:
Cyborus 2023-12-17 01:25:10 -05:00
parent 988f26445e
commit 659c01fc24
No known key found for this signature in database
2 changed files with 1 additions and 127 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", "rustls-tls"] }
reqwest = { version = "0.11.18", features = ["json", "multipart"] }
soft_assert = "0.1.1"
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["net"] }