Skip to content

Commit

Permalink
build(deps): Update tonic-reflection requirement from 0.9.2 to 0.10.2
Browse files Browse the repository at this point in the history
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](hyperium/tonic@v0.9.2...v0.10.2)

---
updated-dependencies:
- dependency-name: tonic-reflection
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent b97d4f6 commit 2775a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2775a3a

Please sign in to comment.