From 3bdadb3930cd29dd48463909598ebc07fd952f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 09:50:07 -0600 Subject: [PATCH] chore: bump tonic-build from 0.5.1 to 0.5.2 (#19177) * chore: bump tonic-build from 0.5.1 to 0.5.2 Bumps [tonic-build](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-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- storage-bigtable/build-proto/Cargo.lock | 4 ++-- storage-proto/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c77f2e2b3..a41ce70c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6746,9 +6746,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d12faebbe071b06f486be82cc9318350814fdd07fcb28f3690840cd770599283" +checksum = "12b52d07035516c2b74337d2ac7746075e7dcae7643816c1b12c5ff8a7484c08" dependencies = [ "proc-macro2 1.0.24", "prost-build", diff --git a/storage-bigtable/build-proto/Cargo.lock b/storage-bigtable/build-proto/Cargo.lock index 65474939d..0453fa0e3 100644 --- a/storage-bigtable/build-proto/Cargo.lock +++ b/storage-bigtable/build-proto/Cargo.lock @@ -313,9 +313,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d12faebbe071b06f486be82cc9318350814fdd07fcb28f3690840cd770599283" +checksum = "12b52d07035516c2b74337d2ac7746075e7dcae7643816c1b12c5ff8a7484c08" dependencies = [ "proc-macro2", "prost-build", diff --git a/storage-proto/Cargo.toml b/storage-proto/Cargo.toml index ef0887e37..875771d5b 100644 --- a/storage-proto/Cargo.toml +++ b/storage-proto/Cargo.toml @@ -27,4 +27,4 @@ name = "solana_storage_proto" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -tonic-build = "0.5.1" +tonic-build = "0.5.2"