chore: bump tarpc from 0.24.1 to 0.26.2 (#17966)

* chore: bump tarpc from 0.24.1 to 0.26.2

Bumps [tarpc](https://github.com/google/tarpc) from 0.24.1 to 0.26.2.
- [Release notes](https://github.com/google/tarpc/releases)
- [Changelog](https://github.com/google/tarpc/blob/master/RELEASES.md)
- [Commits](https://github.com/google/tarpc/commits)

---
updated-dependencies:
- dependency-name: tarpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* [auto-commit] Update all Cargo lock files

* Accommodate breaking changes & update tracing

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-06-15 20:31:34 +00:00
committed by GitHub
parent f558b9b6bf
commit 0323ea9f7e
7 changed files with 179 additions and 51 deletions

View File

@ -13,7 +13,7 @@ edition = "2018"
mio = "0.7.11"
serde = { version = "1.0.126", features = ["derive"] }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
tarpc = { version = "0.24.1", features = ["full"] }
tarpc = { version = "0.26.2", features = ["full"] }
[dev-dependencies]
tokio = { version = "1", features = ["full"] }