From e26cb4864db312fce543f2a58b7822f090428124 Mon Sep 17 00:00:00 2001 From: Sandy Zhang Date: Thu, 17 Oct 2024 14:27:44 -0700 Subject: [PATCH] Update protobuf's abseil dep to 20240722.0 in WORKSPACE protobuf_deps.bzl. This was updated in MODULE.bzl already in cl/686670268 #test-continuous PiperOrigin-RevId: 687045173 --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index bdedeef4cf..0894b648a3 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -64,8 +64,8 @@ def protobuf_deps(): repo = "https://github.com/abseil/abseil-cpp", # TODO: use Layout::WithStaticSizes in SerialArenaChunk when we update # abseil to new release. - commit = "4a2c63365eff8823a5221db86ef490e828306f9d", # Abseil LTS 20240116.0 - sha256 = "f49929d22751bf70dd61922fb1fd05eb7aec5e7a7f870beece79a6e28f0a06c1", + commit = "4447c7562e3bc702ade25105912dce503f0c4010", # Abseil LTS 20240722.0 + sha256 = "d8342ad77aa9e16103c486b615460c24a695a1f04cdb760eb02fef780df99759", ) if not native.existing_rule("zlib"):