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 23c31bd commit 63d4ccaCopy full SHA for 63d4cca
Cargo.toml
@@ -35,7 +35,7 @@ rand = "0.8.4"
35
tide = "0.16"
36
actix-web = "4"
37
tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "signal"] }
38
-hyper = { version = "0.14.16", features = ["server", "http1", "tcp"] }
+hyper = { version = "1.0.0", features = ["server", "http1", "tcp"] }
39
40
[build-dependencies]
41
prost-build = { version = "0.11.0", optional = true }
0 commit comments