From fc1a624514c7089583a30e16371a22bc5dd153e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:05:14 +0000 Subject: [PATCH] build(deps): bump tonic-build from 0.12.3 to 0.13.1 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.3 to 0.13.1. - [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.13.1) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6874dd5a7a1..903feeea6e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7236,9 +7236,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.3" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" +checksum = "eac6f67be712d12f0b41328db3137e0d0757645d8904b4cb7d51cd9c2279e847" dependencies = [ "prettyplease", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 91b4df27cec..c8bb5389adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ tokio-stream = { version = "0.1.15", features = ["sync"] } tokio-retry = "0.3.0" tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] } -tonic-build = { version = "0.12.3", features = ["prost"] } +tonic-build = { version = "0.13.1", features = ["prost"] } tower-http = { version = "0.6.8", features = ["cors"] } wasmparser = "0.118.1" wasmtime = { version = "35.0.0", features = ["async"] }