From 73be1dc3ebcba9d23316d225d8790b0de24da443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:05:02 +0000 Subject: [PATCH] chore(deps): update tonic requirement in /veza-chat-server Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.11.0...v0.13.1) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- veza-chat-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veza-chat-server/Cargo.toml b/veza-chat-server/Cargo.toml index c895419da..4ef77a07f 100644 --- a/veza-chat-server/Cargo.toml +++ b/veza-chat-server/Cargo.toml @@ -141,7 +141,7 @@ zip = { version = "0.6", optional = true } # Archives ZIP # ═══════════════════════════════════════════════════════════════════════ # gRPC ET COMMUNICATION INTER-SERVICES # ═══════════════════════════════════════════════════════════════════════ -tonic = { version = "0.11", features = ["transport", "prost"] } +tonic = { version = "0.14", features = ["transport", "prost"] } prost = "0.12" prost-types = "0.14" tokio-stream = "0.1"