Update dep: hyper

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-07-04 00:35:40 +02:00
commit 1ffa463fd6
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
3 changed files with 51 additions and 39 deletions

View file

@ -9,7 +9,10 @@ license = "AGPL-3.0+"
[dependencies]
clap = { version = "4.5", features = [ "cargo" ] }
gitlab = "0.1610"
hyper = { version = "0.14", features = [ "full" ] }
hyper = { version = "1.4", features = [ "full" ] }
hyper-util = { version = "0.1", features = [ "tokio" ] }
http-body-util = "0.1"
bytes = "1.2"
jid = { version = "*", features = [ "serde" ] }
log = "0.4"
tokio = { version = "1", features = [ "full" ] }