From 33de33ca5208687a05a92419350455fbb804e074 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 20 Nov 2025 05:00:58 +0000 Subject: [PATCH] fix(deps): update rust crate tonic to 0.14.0 --- crates/voidpin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/voidpin/Cargo.toml b/crates/voidpin/Cargo.toml index 27079c8..ee23575 100644 --- a/crates/voidpin/Cargo.toml +++ b/crates/voidpin/Cargo.toml @@ -19,7 +19,7 @@ dotenv.workspace = true serde = { version = "1.0.197", features = ["derive"] } uuid = { version = "1.7.0", features = ["v4"] } -tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } +tonic = { version = "0.14.0", features = ["tls", "tls-roots"] } prost = "0.13.4" prost-types = "0.13.4" bytes = "1.9.0"