From bd44a11ea79e70e3c82b892a35178584584d5fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:21:08 +0000 Subject: [PATCH] build(deps): bump tonic from 0.12.2 to 0.12.3 in the cargo group Bumps the cargo group with 1 update: [tonic](https://github.com/hyperium/tonic). Updates `tonic` from 0.12.2 to 0.12.3 - [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.2...v0.12.3) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a42e33a..1c22d89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2858,9 +2858,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", @@ -2928,9 +2928,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad" +checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 6f43e0b..1ec6d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_json = { version = "1.0.128" } testcontainers-modules = { version = "0.9.0" } thiserror = { version = "1.0.63" } tokio = { version = "1.40.0" } -tonic = { version = "0.12.2" } +tonic = { version = "0.12.3" } tonic-build = { version = "0.12.2" } tracing = { version = "0.1.40" } tracing-bunyan-formatter = { version = "0.3.9" }