From 1f3b2709f9000fafb231be83af9455403c96041d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 25 Mar 2025 22:46:16 +0000 Subject: [PATCH] chore(deps): update rust crate tonic to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5eafef0..a2931b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,6 @@ sqlx = { version = "0.7.2", default-features = false, features = [ ] } chrono = { version = "0.4.31", features = ["serde"] } nodata = { version = "0.1.0" } -tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } +tonic = { version = "0.13.0", features = ["tls", "tls-roots"] } pretty_assertions = "1.4.0"