Fix reqwest feature causing a compilation error (#42)

Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
Erik Hollensbe 2022-05-09 17:34:25 -07:00 committed by GitHub
parent 7f1b98f7b1
commit b6a8ee0684
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"
futures-core = "0.3.21"
percent-encoding = "2.1"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.11", features = ["json", "stream"] }
serde = "1.0"
serde_json = "1.0"