chore: upgrade prost (#211)

Co-authored-by: luofucong <luofc@foxmail.com>
Co-authored-by: shuiyisong <113876041+shuiyisong@users.noreply.github.com>
This commit is contained in:
Yingwen
2025-01-22 16:46:05 +08:00
committed by GitHub
parent 6cee3db98a
commit 683e9d10ae
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -5,12 +5,12 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
prost = "0.12"
prost = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = "0.25"
strum_macros = "0.25"
tonic = "0.11"
tonic = "0.12"
[build-dependencies]
tonic-build = "0.11"
tonic-build = "0.12"