From 5085f10b4cfa03dbffa5cf7d7e103bcd31f0bdc6 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 12 Aug 2021 13:30:56 -0600 Subject: [PATCH] Bump tonic-build for build-proto (#19208) --- storage-bigtable/build-proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage-bigtable/build-proto/Cargo.toml b/storage-bigtable/build-proto/Cargo.toml index ded5f794e9..97a76b0667 100644 --- a/storage-bigtable/build-proto/Cargo.toml +++ b/storage-bigtable/build-proto/Cargo.toml @@ -12,4 +12,4 @@ version = "1.8.0" [workspace] [dependencies] -tonic-build = "0.5.0" +tonic-build = "0.5.2"