Update dependencies
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
b97b5373ba
commit
c98c61daa1
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue