From f106b54934243c671c54577c4e09aef6357d460e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 05:12:46 +0000 Subject: [PATCH] build(deps): bump tonic-build from 0.12.1 to 0.12.2 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.1 to 0.12.2. - [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.1...v0.12.2) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-patch ... 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 9397985..229a6a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2958,9 +2958,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "568392c5a2bd0020723e3f387891176aabafe36fd9fcd074ad309dfa0c8eb964" +checksum = "fe4ee8877250136bd7e3d2331632810a4df4ea5e004656990d8d66d2f5ee8a67" dependencies = [ "prettyplease", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index bd2846b..da17a44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ testcontainers-modules = { version = "0.9.0" } thiserror = { version = "1.0.63" } tokio = { version = "1.39.3" } tonic = { version = "0.12.2" } -tonic-build = { version = "0.12.1" } +tonic-build = { version = "0.12.2" } tracing = { version = "0.1.40" } tracing-bunyan-formatter = { version = "0.3.9" } tracing-opentelemetry = { version = "0.25.0" }