Update dependencies

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-05-04 22:38:59 +02:00
commit c98c61daa1
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -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"