From 2775a3ab273c65cf0d98af19e54c3b8d4e18b14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:49:01 +0000 Subject: [PATCH] build(deps): Update tonic-reflection requirement from 0.9.2 to 0.10.2 Updates the requirements on [tonic-reflection](https://github.com/hyperium/tonic) to permit the latest version. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.9.2...v0.10.2) --- updated-dependencies: - dependency-name: tonic-reflection dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/avalanche-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index f10a4cd..2281d25 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -84,7 +84,7 @@ semver = { version = "1.0.17", optional = true } tokio-stream = { version = "0.1.14", features = ["net"], optional = true } tonic = { version = "0.9.2", features = ["gzip"], optional = true } # https://github.com/hyperium/tonic/tags tonic-health = { version = "0.9.2", optional = true } # https://github.com/hyperium/tonic/blob/v0.9.0/tonic-health/src/lib.rs -tonic-reflection = { version = "0.9.2", optional = true } +tonic-reflection = { version = "0.10.2", optional = true } tower-service = { version = "0.3.2", optional = true } # [OPTIONAL] for "subnet_metrics"