From 7763564f7ceb66be86c337b45aa3e3706ca6c3de Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Fri, 7 Feb 2020 10:14:22 -0800 Subject: [PATCH] upgrade upb version in bazel deps --- bazel/grpc_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl index 4920d7e5722..7c994e1a707 100644 --- a/bazel/grpc_deps.bzl +++ b/bazel/grpc_deps.bzl @@ -234,9 +234,9 @@ def grpc_deps(): if "upb" not in native.existing_rules(): http_archive( name = "upb", - sha256 = "e86fa13deecf0af4d919d109c0cca9d0604923fa6dbf31975ac642b2183af751", - strip_prefix = "upb-4c6dcc3c6bdb7039995768bf5f95ac2c4a6e9102", - url = "https://github.com/protocolbuffers/upb/archive/4c6dcc3c6bdb7039995768bf5f95ac2c4a6e9102.tar.gz", + sha256 = "b6bfb6402ba4ed0294ae40e98333ac5fd04c6c242c44df43e2d5d9b62dbeca05", + strip_prefix = "upb-ca84145476ddd722c6d67d7cf985d1d0aefcd893", + url = "https://github.com/protocolbuffers/upb/archive/ca84145476ddd722c6d67d7cf985d1d0aefcd893.tar.gz", ) if "envoy_api" not in native.existing_rules(): http_archive(