From 5e5c35dd088c92b27dd290c1d847c055568a3e83 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 25 Mar 2025 22:33:11 +0000 Subject: [PATCH] fix(deps): update rust crate tonic to 0.13.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..ce1f6f4 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.13.0", features = ["tls", "tls-roots"] } toml = "0.8.19" dirs = "5.0.1" futures = "0.3.31"