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 a9928a0 commit 265076dCopy full SHA for 265076d
Cargo.toml
@@ -31,7 +31,7 @@ hyper_client = ["hyper", "hyper-tls", "http-types/hyperium_http", "futures-util"
31
32
[dependencies]
33
async-trait = "0.1.37"
34
-http-types = "2.3.0"
+http-types = { version = "2.10.0", default-features = false }
35
log = "0.4.7"
36
37
# h1_client
0 commit comments