googletest: Update absl to version with HasAbslStringify

9e1789ffea

PiperOrigin-RevId: 567324946
Change-Id: I8adc5803a81075a635dad79aa0312d4455e1ad63
This commit is contained in:
Dino Radakovic 2023-09-21 09:07:18 -07:00 committed by Copybara-Service
parent adc5145386
commit 167a2255ae

View File

@ -15,8 +15,8 @@ def googletest_deps():
if not native.existing_rule("com_google_absl"): if not native.existing_rule("com_google_absl"):
http_archive( http_archive(
name = "com_google_absl", # 2023-08-01T14:59:13Z name = "com_google_absl", # 2023-09-13T14:58:42Z
sha256 = "d2c09bf3b3aba57ad87a56082020bee2948445407756e92ddaf3595396086853", sha256 = "7766815ef6293dc7bca58fef59a96d7d3230874412dcd36dafb0e313ed1356f2",
strip_prefix = "abseil-cpp-22091f4c0d6626b3ef40446ce3d4ccab19425ca3", strip_prefix = "abseil-cpp-9e1789ffea47fdeb3133aa42aa9592f3673fb6ed",
urls = ["https://github.com/abseil/abseil-cpp/archive/22091f4c0d6626b3ef40446ce3d4ccab19425ca3.zip"], urls = ["https://github.com/abseil/abseil-cpp/archive/9e1789ffea47fdeb3133aa42aa9592f3673fb6ed.zip"],
) )