From 5938d27492dc9eaf599b3285aec357d35b1d65af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:03:42 +0000 Subject: [PATCH] build(deps): bump tonic from 0.12.3 to 0.13.1 Bumps [tonic](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 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 d697260f4..3e60055f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,9 +644,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.12.3" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" +checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index b2336f5bc..08f77c034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ quickcheck = { version = "1", default-features = false, optional = true } thiserror = { version = "2", optional = true } [dependencies.tonic] -version = "0.12" +version = "0.13" default-features = false features = ["prost"]