update tonic axum

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2025-04-09 02:39:46 +00:00
parent 5fd9b17b53
commit ebf1a9d9c4
8 changed files with 99 additions and 132 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ tokio = { workspace = true, features = [
tokio-rustls.workspace = true
lazy_static.workspace = true
tokio-stream.workspace = true
tonic.workspace = true
tonic = { workspace = true }
tonic-reflection.workspace = true
tower.workspace = true
tracing-core = { workspace = true }
@@ -71,7 +71,7 @@ uuid = "1.15.1"
url.workspace = true
axum.workspace = true
axum-server = { workspace = true }
matchit = "0.8.6"
matchit = "0.8.4"
shadow-rs.workspace = true
const-str = { version = "0.6.1", features = ["std", "proc"] }
atoi = "2.0.0"