chore: Update tonic dependencies to latest

This commit is contained in:
Bryant Biggs 2025-05-22 15:19:02 -05:00 committed by Maksym Pavlenko
parent cea5523d20
commit cd5a84d8a7
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ tempfile = "3.6"
thiserror = "2.0"
time = { version = "0.3.29", features = ["serde", "std", "formatting"] }
tokio = "1.26"
tonic = "0.12"
tonic-build = "0.12"
tonic = "0.13"
tonic-build = "0.13"
tower = "0.5"
uuid = { version = "1.0", features = ["v4"] }