Update gitlab dep to 0.1701

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-07-26 18:47:01 +02:00
parent 42183ea860
commit 890eb8fba5
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

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