From 9c54e7e1db22ae1c5cae7dad13b1dbc2e1d350e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 30 May 2023 19:01:25 +0200 Subject: [PATCH] Update gitlab dep 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 0cc4383..59205b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "AGPL-3.0+" [dependencies] clap = { version = "4.3", features = [ "cargo" ] } -gitlab = "0.1511.0" +gitlab = "0.1600" hyper = { version = "0.14", features = [ "full" ] } jid = { version = "*", features = [ "serde" ] } log = "0.4"