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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-11-30 09:57:08 +00:00 committed by GitHub
parent f7a6be4042
commit f9c9e49e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -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]]

View File

@ -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"}