We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81687df commit 4d8bb97Copy full SHA for 4d8bb97
Cargo.toml
@@ -20,7 +20,7 @@ edition = "2018"
20
[dependencies]
21
httparse = "1.3.4"
22
async-std = "1.7.0"
23
-http-types = "2.9.0"
+http-types = { version = "2.9.0", default-features = false }
24
byte-pool = "0.2.2"
25
lazy_static = "1.4.0"
26
futures-core = "0.3.8"
0 commit comments