Don't enable all hyper features

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-07-04 00:38:03 +02:00
parent 1ffa463fd6
commit 23666b6219
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -9,7 +9,7 @@ license = "AGPL-3.0+"
[dependencies]
clap = { version = "4.5", features = [ "cargo" ] }
gitlab = "0.1610"
hyper = { version = "1.4", features = [ "full" ] }
hyper = { version = "1.4", default-features = false, features = [ "http1", "server" ] }
hyper-util = { version = "0.1", features = [ "tokio" ] }
http-body-util = "0.1"
bytes = "1.2"