From adc6b765e5128c53e174028bafd17dff70eda40a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:24:45 +0000 Subject: [PATCH] build(deps): bump tonic from 0.12.1 to 0.12.2 Bumps [tonic](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 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 5d19299..9397985 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2928,9 +2928,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38659f4a91aba8598d27821589f5db7dddd94601e7a01b1e485a50e5484c7401" +checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3d717fe..bd2846b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_json = { version = "1.0.127" } testcontainers-modules = { version = "0.9.0" } thiserror = { version = "1.0.63" } tokio = { version = "1.39.3" } -tonic = { version = "0.12.1" } +tonic = { version = "0.12.2" } tonic-build = { version = "0.12.1" } tracing = { version = "0.1.40" } tracing-bunyan-formatter = { version = "0.3.9" }