Skip to content

Commit

Permalink
Bump tonic from 0.7.1 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.7.1...v0.7.2)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2022
1 parent a1e6cbf commit 8bd37be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tokio-retry = "0.3.0"
url = "2.2.1"
prometheus = "0.13.2"
priority-queue = "0.7.0"
tonic = { version = "0.7.1", features = ["tls-roots","compression"] }
tonic = { version = "0.7.2", features = ["tls-roots","compression"] }
prost = "0.10.4"
prost-types = "0.10.1"

Expand Down

0 comments on commit 8bd37be

Please sign in to comment.