Skip to content

Commit

Permalink
Bump tonic from 0.8.0 to 0.8.2 (solana-labs#29644)
Browse files Browse the repository at this point in the history
* Bump tonic from 0.8.0 to 0.8.2

Bumps [tonic](https://github.com/hyperium/tonic) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.8.0...v0.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Jan 12, 2023
1 parent 730aa71 commit a08124e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

41 changes: 21 additions & 20 deletions programs/sbf/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 storage-bigtable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ solana-storage-proto = { path = "../storage-proto", version = "=1.15.0" }
solana-transaction-status = { path = "../transaction-status", version = "=1.15.0" }
thiserror = "1.0"
tokio = "1"
tonic = { version = "0.8.0", features = ["tls", "transport"] }
tonic = { version = "0.8.2", features = ["tls", "transport"] }
zstd = "0.11.2"

# openssl is a dependency of the goauth and smpl_jwt crates, but explicitly
Expand Down

0 comments on commit a08124e

Please sign in to comment.