Skip to content

Commit bf4f71a

Browse files
committed
fix ci
1 parent 4c6ea38 commit bf4f71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "src/main.rs"
2020
[dependencies]
2121
entity = { path = "../entity" }
2222
# web
23-
hyper = { workspace = true, features = ["stream", "server", "http1", "http2", "tcp", "deprecated", "backports"] }
23+
hyper = { workspace = true, features = ["stream", "server", "http1", "http2", "tcp"] }
2424
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "io-std", "sync", "time", "tokio-macros"] }
2525
futures = { workspace = true }
2626
warp = { path = "../warp", features = ["tls"] }

0 commit comments

Comments
 (0)