From aeb4240f2537f9faaf018bea8d743937cbe0eaf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 10:32:46 -0600 Subject: [PATCH] chore: bump tonic from 0.5.0 to 0.5.1 (#19144) Bumps [tonic](https://github.com/hyperium/tonic) from 0.5.0 to 0.5.1. - [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.0...v0.5.1) --- 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 3ba8fd6773..dd814696bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6726,9 +6726,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b584f064fdfc50017ec39162d5aebce49912f1eb16fd128e04b7f4ce4907c7e5" +checksum = "732f88450af985c51fed3243a313ccdd2b5a03bee78ec0b94d66509304777e5c" dependencies = [ "async-stream", "async-trait", diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index 5641a19b21..9d0911fd29 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.0", features = ["tls", "transport"] } +tonic = { version = "0.5.1", features = ["tls", "transport"] } zstd = "0.9.0" [lib]