Add a TODO to use Layout::WithStaticSizes in SerialArenaChunk when we update the abseil release.

PiperOrigin-RevId: 628073678
pull/16636/head
Protobuf Team Bot 2024-04-25 07:45:51 -07:00 committed by Copybara-Service
parent dcc5db4c56
commit 9ea682d1ee
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ def protobuf_deps():
_github_archive(
name = "com_google_absl",
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",
)