Update dep: hyper
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
0eb47eac7b
commit
1ffa463fd6
3 changed files with 51 additions and 39 deletions
|
|
@ -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" ] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue