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 a6e3019 commit f982e43Copy full SHA for f982e43
Cargo.toml
@@ -11,11 +11,11 @@ license = "ISC"
11
[dependencies]
12
anyhow = "1.0"
13
hex = "0.4"
14
-hyper = { version = "0.14", features = ["client", "server", "http1"] }
+hyper = { version = "0.14.2", features = ["client", "server"] }
15
pin-project = "1.0"
16
tokio = { version = "1.0", features = ["net"] }
17
18
[dev-dependencies]
19
futures-util = "0.3"
20
-hyper = { version = "0.14", features = ["runtime", "stream"] }
+hyper = { version = "0.14", features = ["runtime", "stream", "http1"] }
21
tokio = { version = "1.0", features = ["rt-multi-thread"] }
0 commit comments