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 4c6ea38 commit bf4f71aCopy full SHA for bf4f71a
server/Cargo.toml
@@ -20,7 +20,7 @@ path = "src/main.rs"
20
[dependencies]
21
entity = { path = "../entity" }
22
# web
23
-hyper = { workspace = true, features = ["stream", "server", "http1", "http2", "tcp", "deprecated", "backports"] }
+hyper = { workspace = true, features = ["stream", "server", "http1", "http2", "tcp"] }
24
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "io-std", "sync", "time", "tokio-macros"] }
25
futures = { workspace = true }
26
warp = { path = "../warp", features = ["tls"] }
0 commit comments