From 48bc030969f271688d7aa9dd11ece02d9a928914 Mon Sep 17 00:00:00 2001 From: Asra Ali Date: Wed, 6 Jan 2021 15:01:12 -0500 Subject: [PATCH 1/2] update upb Signed-off-by: Asra Ali --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index e882b6bef3a5..269321e785c4 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -774,12 +774,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "upb", project_desc = "A small protobuf implementation in C (gRPC dependency)", project_url = "https://github.com/protocolbuffers/upb", - version = "382d5afc60e05470c23e8de19b19fc5ad231e732", - sha256 = "7992217989f3156f8109931c1fc6db3434b7414957cb82371552377beaeb9d6c", + version = "794ce6d06188c6df290b4b46b4c32e95a219eafc", + sha256 = "1920bdcb3b963db424ce0a0e6cdcc9d5b5d48ef3c95bb79823ba3c8f63422d01", + release_date = "2020-11-26", strip_prefix = "upb-{version}", urls = ["https://github.com/protocolbuffers/upb/archive/{version}.tar.gz"], use_category = ["controlplane"], - release_date = "2020-08-03", cpe = "N/A", ), kafka_source = dict( From c900029675cb32bf3948f9044d2c1b9e968363f2 Mon Sep 17 00:00:00 2001 From: Asra Ali Date: Wed, 6 Jan 2021 15:10:10 -0500 Subject: [PATCH 2/2] update more Signed-off-by: Asra Ali --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 269321e785c4..95aa885b088a 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -774,9 +774,9 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "upb", project_desc = "A small protobuf implementation in C (gRPC dependency)", project_url = "https://github.com/protocolbuffers/upb", - version = "794ce6d06188c6df290b4b46b4c32e95a219eafc", - sha256 = "1920bdcb3b963db424ce0a0e6cdcc9d5b5d48ef3c95bb79823ba3c8f63422d01", - release_date = "2020-11-26", + version = "de76b31f9c56b28120580d53a6f8d7941fdb79eb", + sha256 = "487d84ce85065ff89ccde1c1ac2ea1515d2be411306e4adf1be6861dc4a4a86b", + release_date = "2020-12-29", strip_prefix = "upb-{version}", urls = ["https://github.com/protocolbuffers/upb/archive/{version}.tar.gz"], use_category = ["controlplane"],