aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorericsalo <93227906+ericsalo@users.noreply.github.com>2022-11-18 17:15:37 -0800
committerGitHub <noreply@github.com>2022-11-18 17:15:37 -0800
commiteb06d1fdcbbf9ca997db83d65b54ac385248040b (patch)
treee43cf79ebbe1eaa869cbdc7a6b85ef999b3f91fd
parent3c3e66ade15dd972287de070e4d4f949010358a8 (diff)
downloadprotobuf-eb06d1fdcbbf9ca997db83d65b54ac385248040b.tar.gz
update protobuf_deps to point to the current upb 21.x (#11028)
-rw-r--r--protobuf_deps.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl
index 115320fb2..f63503151 100644
--- a/protobuf_deps.bzl
+++ b/protobuf_deps.bzl
@@ -117,6 +117,6 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
- commit = "230d502d6ea96fc9d40f02ad26c20fe85a627648",
- sha256 = "28488db7f638ed5a433f7ac3b67e6b62932c155c2cd9987a2c534a3591f3b2dd",
+ commit = "79462f8a654ef782e149f59cb07d930269af951a",
+ sha256 = "1613eae24fdd0cd7b570860123502f336939094de9af5777815f63ac86ef8d0c",
)