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
Generated
+23
View File
@@ -752,6 +752,28 @@ dependencies = [
"tracing",
]
[[package]]
name = "axum-extra"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d"
dependencies = [
"axum",
"axum-core",
"bytes",
"futures-util",
"http",
"http-body",
"http-body-util",
"mime",
"pin-project-lite",
"rustversion",
"serde",
"tower 0.5.2",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-server"
version = "0.7.2"
@@ -7082,6 +7104,7 @@ dependencies = [
"async-trait",
"atoi",
"axum",
"axum-extra",
"axum-server",
"bytes",
"chrono",