use rustls for tls
This commit is contained in:
parent
86a4acc1ad
commit
46bf8a7524
2 changed files with 127 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue