From a5491e7a25876285579ad0b96709324d91285dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 19 Apr 2024 17:05:48 +0200 Subject: [PATCH] Update gitlab version to 0.1610 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f89cff..a390afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "AGPL-3.0+" [dependencies] clap = { version = "4.3", features = [ "cargo" ] } -gitlab = "0.1602" +gitlab = "0.1610" hyper = { version = "0.14", features = [ "full" ] } jid = { version = "*", features = [ "serde" ] } log = "0.4"