fix upgrade axum bug

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2025-04-09 06:19:36 +00:00
parent 99a5866680
commit c900faba81
5 changed files with 28 additions and 4 deletions
+2 -1
View File
@@ -52,7 +52,7 @@ common = { path = "./common/common" }
policy = { path = "./policy" }
hex = "0.4.3"
hyper = "1.6.0"
hyper-util = { version = "0.1.10", features = [
hyper-util = { version = "0.1.11", features = [
"tokio",
"server-auto",
"server-graceful",
@@ -133,6 +133,7 @@ uuid = { version = "1.15.1", features = [
"macro-diagnostics",
] }
axum = "0.8.3"
axum-extra = "0.10.1"
axum-server = { version = "0.7.2", features = ["tls-rustls"] }
md-5 = "0.10.6"
workers = { path = "./common/workers" }