update tonic (#270)

This commit is contained in:
LFC
2025-08-18 11:20:20 +08:00
committed by GitHub
parent 4ce7e9a3ff
commit df2bb74b59
+2 -2
View File
@@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
strum = "0.25" strum = "0.25"
strum_macros = "0.25" strum_macros = "0.25"
tonic = "0.12" tonic = "0.13"
[build-dependencies] [build-dependencies]
tonic-build = "0.12" tonic-build = "0.13"