From f56eb7f882432ffbb0ef7c7279a33d765f9f30ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 00:22:45 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- replica-lib/Cargo.toml | 2 +- storage-bigtable/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e560cd7c7f..7b6d856d48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6872,9 +6872,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24203b79cf2d68909da91178db3026e77054effba0c5d93deb870d3ca7b35afa" +checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a" dependencies = [ "async-stream", "async-trait", diff --git a/replica-lib/Cargo.toml b/replica-lib/Cargo.toml index d03eb2aa27..4d7e37228c 100644 --- a/replica-lib/Cargo.toml +++ b/replica-lib/Cargo.toml @@ -18,7 +18,7 @@ solana-rpc = { path = "../rpc", version = "=1.10.0" } solana-runtime = { path = "../runtime", version = "=1.10.0" } solana-sdk = { path = "../sdk", version = "=1.10.0" } tokio = { version = "1", features = ["full"] } -tonic = { version = "0.6.1", features = ["tls", "transport"] } +tonic = { version = "0.6.2", features = ["tls", "transport"] } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index a7f9d71815..d613e83552 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -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