From ba86c112d7b18565599130e08cb9f961db0ec943 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 13 Nov 2025 01:28:03 +0000 Subject: [PATCH] fix(deps): update rust crate tonic to 0.14.0 --- crates/churn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/churn/Cargo.toml b/crates/churn/Cargo.toml index 71888be..20ff978 100644 --- a/crates/churn/Cargo.toml +++ b/crates/churn/Cargo.toml @@ -23,7 +23,7 @@ rusqlite = { version = "0.32.1", features = ["bundled"] } prost-types = "0.13.3" prost = "0.13.3" bytes = "1.8.0" -tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } +tonic = { version = "0.14.0", features = ["tls", "tls-roots"] } toml = "0.8.19" dirs = "5.0.1" futures = "0.3.31"