Upgrade to Abseil LTS 20230117

pull/11622/head
Mike Kruskal 2 years ago
parent 13c0d0756c
commit fa0cdff2ab
  1. 2
      .gitmodules
  2. 4
      protobuf_deps.bzl
  3. 2
      third_party/abseil-cpp

2
.gitmodules vendored

@ -5,7 +5,7 @@
[submodule "third_party/abseil-cpp"] [submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git url = https://github.com/abseil/abseil-cpp.git
branch = lts_2022_06_23 branch = lts_2023_01_17
[submodule "third_party/jsoncpp"] [submodule "third_party/jsoncpp"]
path = third_party/jsoncpp path = third_party/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git url = https://github.com/open-source-parsers/jsoncpp.git

@ -41,8 +41,8 @@ def protobuf_deps():
_github_archive( _github_archive(
name = "com_google_absl", name = "com_google_absl",
repo = "https://github.com/abseil/abseil-cpp", repo = "https://github.com/abseil/abseil-cpp",
commit = "273292d1cfc0a94a65082ee350509af1d113344d", commit = "10b627fbe944110d1672bdf3f8e23b5909721399",
sha256 = "6764f226bd6e2d8ab9fe2f3cab5f45fb1a4a15c04b58b87ba7fa87456054f98b", sha256 = "138ec814b4b72a79a41b2ae6526150467ff7749d8a792a63742207a5d8578ed1",
) )
if not native.existing_rule("zlib"): if not native.existing_rule("zlib"):

@ -1 +1 @@
Subproject commit 273292d1cfc0a94a65082ee350509af1d113344d Subproject commit 10b627fbe944110d1672bdf3f8e23b5909721399
Loading…
Cancel
Save