From c98c61daa1855526e4b034face4cb890a29cbd4f Mon Sep 17 00:00:00 2001 From: pep Date: Sun, 4 May 2025 22:38:59 +0200 Subject: [PATCH] Update dependencies Signed-off-by: pep --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9fad63..f3b254d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ license = "AGPL-3.0+" clap = { version = "4.5", features = [ "cargo" ] } forgejo-hooks = "*" gitlab = "0.1706" -hyper = { version = "1.4", default-features = false, features = [ "http1", "server" ] } +hyper = { version = "1.6", default-features = false, features = [ "http1", "server" ] } hyper-util = { version = "0.1", features = [ "tokio" ] } http-body-util = "0.1" -bytes = "1.6" +bytes = "1" log = "0.4" tokio = { version = "1", default-features = false, features = [ "rt", "net", "sync", "fs" ] } pretty_env_logger = "0.5"