(server) chore:Update dependencies

This commit is contained in:
2025-08-28 11:24:01 +08:00
parent 8456b6c162
commit 3c76d07d7e
3 changed files with 145 additions and 96 deletions

View File

@ -9,10 +9,11 @@ chrono = "0.4"
colored = "3"
log = "0.4"
# The prost version must match with that of tonic, or the building will fail.
prost = "0.13"
prost = "0.14"
tokio = { version = "1", features = ["full"] }
tonic = "0.13"
tonic-web = "0.13"
tonic = "0.14"
tonic-prost = "0.14"
tonic-web = "0.14"
[build-dependencies]
tonic-build = "0.13"
tonic-prost-build = "0.14"