From 65cc84f899a8aad4c6ef32d23b82d380e2d31b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:09:01 +0000 Subject: [PATCH] chore: update tonic requirement from 0.12.3 to 0.14.5 in /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.12.3...v0.14.5) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 02f85af..480ff6e 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -29,7 +29,7 @@ base64 = "0.22.1" prost = "0.13.5" tokio-stream = "0.1.17" tokio-rustls = "0.26.1" -tonic = { version = "0.12.3", features = ["transport"] } +tonic = { version = "0.14.5", features = ["transport"] } rustls = "0.23.23" rustls-pemfile = "2.2.0" sha2 = "0.10.8"