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 f52512c commit ce30bf2Copy full SHA for ce30bf2
Cargo.toml
@@ -18,7 +18,7 @@ authors = [
18
19
[dependencies]
20
async-std = { version = "1.6.0", features = ["unstable"] }
21
-http-types = "2.0.1"
+http-types = { version = "2.10.0", default-features = false }
22
log = "0.4.8"
23
memchr = "2.3.3"
24
pin-project-lite = "0.1.4"
0 commit comments