chore: upgrade tonic and prost family to v0.14 (#301)

* chore: upgrade tonic and prost family to v0.14

* fix ci
This commit is contained in:
LFC
2026-01-14 17:34:01 +08:00
committed by GitHub
parent 58aeee4926
commit 1353b0ada9
7 changed files with 28 additions and 43 deletions
+5 -4
View File
@@ -5,13 +5,14 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
prost = "0.13"
prost-types = "0.13"
prost = "0.14"
prost-types = "0.14"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = "0.25"
strum_macros = "0.25"
tonic = "0.13"
tonic = "0.14"
tonic-prost = "0.14"
[build-dependencies]
tonic-build = "0.13"
tonic-prost-build = "0.14"