upgraded to tonic 0.13

This commit is contained in:
filipriec
2025-04-19 18:55:26 +02:00
parent ee687fafbe
commit f74a6ef093
11 changed files with 152 additions and 115 deletions

View File

@@ -5,9 +5,9 @@ edition.workspace = true
license.workspace = true
[dependencies]
tonic = "0.12.3"
tonic = "0.13.0"
prost = "0.13.5"
serde = { version = "1.0.219", features = ["derive"] }
[build-dependencies]
tonic-build = "0.12.3"
tonic-build = "0.13.0"