From 58b65e22337bc70f6a97460c6a04c4397e6e187c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 03:42:57 +0000 Subject: [PATCH] Bump tonic-build from 0.12.3 to 0.13.0 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.3 to 0.13.0. - [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.0) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- api/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c97fb091..87f03a92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5212,9 +5212,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.3" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" +checksum = "d85f0383fadd15609306383a90e85eaed44169f931a5d2be1b42c76ceff1825e" dependencies = [ "prettyplease", "proc-macro2", diff --git a/api/rust/Cargo.toml b/api/rust/Cargo.toml index f8a5b02d..b08b01e5 100644 --- a/api/rust/Cargo.toml +++ b/api/rust/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1.0", optional = true } [build-dependencies] - tonic-build = { version = "0.12", features = [ + tonic-build = { version = "0.13", features = [ "prost", ], default-features = false } pbjson-build = "0.7"