Update gitlab crate to 0.1706
And discover all the deprecation warnings for Webhooks. That sounds like we're gonna stop supporting gitlab soon-ish. Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
456317fb68
commit
d8d393b180
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ license = "AGPL-3.0+"
|
|||
[dependencies]
|
||||
clap = { version = "4.5", features = [ "cargo" ] }
|
||||
forgejo-hooks = "*"
|
||||
gitlab = "0.1705"
|
||||
gitlab = "0.1706"
|
||||
hyper = { version = "1.4", default-features = false, features = [ "http1", "server" ] }
|
||||
hyper-util = { version = "0.1", features = [ "tokio" ] }
|
||||
http-body-util = "0.1"
|
||||
|
|
Loading…
Reference in a new issue