From 75385f657a1b0208fd5b59af8b52b298c3fa9cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 09:31:15 +0000 Subject: [PATCH] chore: bump tonic-build from 0.6.0 to 0.6.2 (#21764) * chore: bump tonic-build from 0.6.0 to 0.6.2 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.6.0 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.0...v0.6.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 ++-- replica-lib/Cargo.toml | 2 +- replica-node/Cargo.toml | 2 +- storage-bigtable/build-proto/Cargo.lock | 4 ++-- storage-proto/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0af9712555..ac14cb7d24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6904,9 +6904,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88358bb1dcfeb62dcce85c63006cafb964b7be481d522b7e09589d4d1e718d2a" +checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757" dependencies = [ "proc-macro2 1.0.32", "prost-build", diff --git a/replica-lib/Cargo.toml b/replica-lib/Cargo.toml index 4d7e37228c..e0e9ec6081 100644 --- a/replica-lib/Cargo.toml +++ b/replica-lib/Cargo.toml @@ -24,4 +24,4 @@ tonic = { version = "0.6.2", features = ["tls", "transport"] } targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -tonic-build = "0.6.0" +tonic-build = "0.6.2" diff --git a/replica-node/Cargo.toml b/replica-node/Cargo.toml index e183bae6f5..e76faf2d7c 100644 --- a/replica-node/Cargo.toml +++ b/replica-node/Cargo.toml @@ -41,4 +41,4 @@ tempfile = "3.2.0" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -tonic-build = "0.6.0" +tonic-build = "0.6.2" diff --git a/storage-bigtable/build-proto/Cargo.lock b/storage-bigtable/build-proto/Cargo.lock index 0f9978a8ef..7d388637ca 100644 --- a/storage-bigtable/build-proto/Cargo.lock +++ b/storage-bigtable/build-proto/Cargo.lock @@ -353,9 +353,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88358bb1dcfeb62dcce85c63006cafb964b7be481d522b7e09589d4d1e718d2a" +checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757" dependencies = [ "proc-macro2", "prost-build", diff --git a/storage-proto/Cargo.toml b/storage-proto/Cargo.toml index 06812d9ed0..c8d1d21406 100644 --- a/storage-proto/Cargo.toml +++ b/storage-proto/Cargo.toml @@ -29,4 +29,4 @@ name = "solana_storage_proto" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -tonic-build = "0.6.0" +tonic-build = "0.6.2"