Skip to content

Commit 20b11df

Browse files
Google APIscopybara-github
authored andcommitted
chore: update grpc dependency to v1.33.1
PiperOrigin-RevId: 338646463
1 parent 7391e77 commit 20b11df

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ go_register_toolchains()
112112

113113
http_archive(
114114
name = "com_github_grpc_grpc",
115-
strip_prefix = "grpc-1.30.2",
116-
urls = ["https://github.com/grpc/grpc/archive/v1.30.2.zip"],
115+
sha256 = "0f330e4734f49d2bfdb9ad195b021720b5dd2e2a534cdf21c7ddc7f7eb42e170",
116+
strip_prefix = "grpc-1.33.1",
117+
urls = ["https://github.com/grpc/grpc/archive/v1.33.1.zip"],
117118
)
118119

119120
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
@@ -124,12 +125,6 @@ load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")
124125

125126
grpc_extra_deps()
126127

127-
load("@upb//bazel:repository_defs.bzl", "bazel_version_repository")
128-
129-
bazel_version_repository(
130-
name = "bazel_version",
131-
)
132-
133128
load("@build_bazel_rules_apple//apple:repositories.bzl", "apple_rules_dependencies")
134129

135130
apple_rules_dependencies()

0 commit comments

Comments
 (0)