Merge branch 'google:main' into main

This commit is contained in:
Alessio Attilio 2025-09-03 23:20:27 +02:00 committed by GitHub
commit 92b54856cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ module(
bazel_dep( bazel_dep(
name = "abseil-cpp", name = "abseil-cpp",
version = "20250512.0", version = "20250814.0",
) )
bazel_dep( bazel_dep(
name = "platforms", name = "platforms",

View File

@ -17,9 +17,9 @@ def googletest_deps():
if not native.existing_rule("abseil-cpp"): if not native.existing_rule("abseil-cpp"):
http_archive( http_archive(
name = "abseil-cpp", name = "abseil-cpp",
sha256 = "7262daa7c1711406248c10f41026d685e88223bc92817d16fb93c19adb57f669", sha256 = "9b2b72d4e8367c0b843fa2bcfa2b08debbe3cee34f7aaa27de55a6cbb3e843db",
strip_prefix = "abseil-cpp-20250512.0", strip_prefix = "abseil-cpp-20250814.0",
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250512.0/abseil-cpp-20250512.0.tar.gz"], urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250814.0/abseil-cpp-20250814.0.tar.gz"],
) )
if not native.existing_rule("fuchsia_sdk"): if not native.existing_rule("fuchsia_sdk"):