From a661198e7aad4e0a41dc02bd77912de71264835e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 09:49:31 -0600 Subject: [PATCH] chore: bump tonic from 0.5.1 to 0.5.2 (#19178) Bumps [tonic](https://github.com/hyperium/tonic) from 0.5.1 to 0.5.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.5.1...v0.5.2) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- storage-bigtable/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 469c976f4..c77f2e2b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6714,9 +6714,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732f88450af985c51fed3243a313ccdd2b5a03bee78ec0b94d66509304777e5c" +checksum = "796c5e1cd49905e65dd8e700d4cb1dffcbfdb4fc9d017de08c1a537afd83627c" dependencies = [ "async-stream", "async-trait", diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index 9d0911fd2..5e0839052 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -29,7 +29,7 @@ solana-storage-proto = { path = "../storage-proto", version = "=1.8.0" } solana-transaction-status = { path = "../transaction-status", version = "=1.8.0" } thiserror = "1.0" futures = "0.3.16" -tonic = { version = "0.5.1", features = ["tls", "transport"] } +tonic = { version = "0.5.2", features = ["tls", "transport"] } zstd = "0.9.0" [lib]