chore: bump tonic from 0.6.1 to 0.6.2 (#21754)

Bumps [tonic](https://github.com/hyperium/tonic) from 0.6.1 to 0.6.2.
- [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.6.1...v0.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-10 00:22:45 -07:00
committed by GitHub
parent c1386d66e6
commit f56eb7f882
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" }
solana-storage-proto = { path = "../storage-proto", version = "=1.10.0" }
solana-transaction-status = { path = "../transaction-status", version = "=1.10.0" }
thiserror = "1.0"
tonic = { version = "0.6.1", features = ["tls", "transport"] }
tonic = { version = "0.6.2", features = ["tls", "transport"] }
zstd = "0.9.0"
# openssl is a dependency of the goauth and smpl_jwt crates, but explicitly