From f9c9e49e1067c6fcb26681b382c1a2015453701c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 09:57:08 +0000 Subject: [PATCH] chore(deps): Bump tonic-reflection from 0.5.0 to 0.6.0 (#6271) Bumps [tonic-reflection](https://github.com/hyperium/tonic) from 0.5.0 to 0.6.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.5.0...v0.6.0) --- updated-dependencies: - dependency-name: tonic-reflection dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- ioxd_common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cc0b8e7b8..8dbfda96c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5656,9 +5656,9 @@ dependencies = [ [[package]] name = "tonic-reflection" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0455f730d540a1484bffc3c55c94100b18a662597b982c2e9073f2c55c602616" +checksum = "67494bad4dda4c9bffae901dfe14e2b2c0f760adb4706dc10beeb81799f7f7b2" dependencies = [ "bytes", "prost 0.11.3", @@ -5666,7 +5666,6 @@ dependencies = [ "tokio", "tokio-stream", "tonic", - "tonic-build", ] [[package]] diff --git a/ioxd_common/Cargo.toml b/ioxd_common/Cargo.toml index 54e1a31561..de3975d0ba 100644 --- a/ioxd_common/Cargo.toml +++ b/ioxd_common/Cargo.toml @@ -47,7 +47,7 @@ tokio-stream = { version = "0.1", features = ["net"] } tokio-util = { version = "0.7.4" } tonic = "0.8" tonic-health = "0.8.0" -tonic-reflection = "0.5.0" +tonic-reflection = "0.6.0" tower = "0.4" tower-http = { version = "0.3", features = ["catch-panic"] } workspace-hack = { path = "../workspace-hack"}