diff --git a/progenitor-client/Cargo.toml b/progenitor-client/Cargo.toml index 816a5b5..9996acd 100644 --- a/progenitor-client/Cargo.toml +++ b/progenitor-client/Cargo.toml @@ -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", "stream"] } +reqwest = { version = "0.11", default-features = false, features = ["json", "stream"] } serde = "1.0" serde_json = "1.0"