From 456317fb68adba954e4ad097436d7979f6a6288a Mon Sep 17 00:00:00 2001 From: pep Date: Thu, 21 Nov 2024 17:28:08 +0100 Subject: [PATCH] Update gitlab dep to 0.1705 Signed-off-by: pep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index caf981f..435423a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "AGPL-3.0+" [dependencies] clap = { version = "4.5", features = [ "cargo" ] } forgejo-hooks = "*" -gitlab = "0.1701" +gitlab = "0.1705" hyper = { version = "1.4", default-features = false, features = [ "http1", "server" ] } hyper-util = { version = "0.1", features = [ "tokio" ] } http-body-util = "0.1"