turn off tls support (#93)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle 2022-07-06 14:59:50 -07:00 committed by GitHub
parent 20e80c6312
commit 4dbad20942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ description = "An OpenAPI client generator - client support"
bytes = "1.1.0" bytes = "1.1.0"
futures-core = "0.3.21" futures-core = "0.3.21"
percent-encoding = "2.1" percent-encoding = "2.1"
reqwest = { version = "0.11", features = ["json", "stream"] } reqwest = { version = "0.11", default-features = false, features = ["json", "stream"] }
serde = "1.0" serde = "1.0"
serde_json = "1.0" serde_json = "1.0"