Update to latest absl LTS patch 20230802.1 (#14145)

Closes #14145

PiperOrigin-RevId: 567165127
pull/14140/head
zhangskz 1 year ago committed by Copybara-Service
parent ab53bda703
commit 981aeb1ef8
  1. 4
      protobuf_deps.bzl
  2. 2
      third_party/abseil-cpp
  3. 4
      upb/bazel/workspace_deps.bzl

@ -42,8 +42,8 @@ def protobuf_deps():
_github_archive(
name = "com_google_absl",
repo = "https://github.com/abseil/abseil-cpp",
commit = "29bf8085f3bf17b84d30e34b3d7ff8248fda404e", # Abseil LTS 20230802
sha256 = "f4871f2982e29496f4ddd598ccd5a87fea42f23c49b5e5eb459d57eab91df9d9",
commit = "fb3621f4f897824c0dbe0615fa94543df6192f30", # Abseil LTS 20230802.1
sha256 = "aa768256d0567f626334fcbe722f564c40b281518fc8423e2708a308e5f983ea",
)
if not native.existing_rule("zlib"):

@ -1 +1 @@
Subproject commit 29bf8085f3bf17b84d30e34b3d7ff8248fda404e
Subproject commit fb3621f4f897824c0dbe0615fa94543df6192f30

@ -15,8 +15,8 @@ def upb_deps():
_github_archive,
name = "com_google_absl",
repo = "https://github.com/abseil/abseil-cpp",
commit = "29bf8085f3bf17b84d30e34b3d7ff8248fda404e", # Abseil LTS 20230802
sha256 = "f4871f2982e29496f4ddd598ccd5a87fea42f23c49b5e5eb459d57eab91df9d9",
commit = "fb3621f4f897824c0dbe0615fa94543df6192f30", # Abseil LTS 20230802.1
sha256 = "aa768256d0567f626334fcbe722f564c40b281518fc8423e2708a308e5f983ea",
)
maybe(

Loading…
Cancel
Save