From cd5a84d8a707dc4c95c8cbec8fe36a3dc2edd565 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Thu, 22 May 2025 15:19:02 -0500 Subject: [PATCH] chore: Update tonic dependencies to latest --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 93a31ae..e8930f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }