Skip to content

Commit

Permalink
build(deps): bump third_party/abseil-cpp from 3735766 to 7253ff8
Browse files Browse the repository at this point in the history
Bumps [third_party/abseil-cpp](https://github.com/abseil/abseil-cpp) from `3735766` to `7253ff8`.
- [Release notes](https://github.com/abseil/abseil-cpp/releases)
- [Commits](abseil/abseil-cpp@3735766...7253ff8)

---
updated-dependencies:
- dependency-name: third_party/abseil-cpp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 147eafe commit 429643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/abseil-cpp
Submodule abseil-cpp updated 37 files
+8 −5 absl/base/call_once.h
+8 −12 absl/base/optimization.h
+12 −0 absl/base/optimization_test.cc
+1 −1 absl/cleanup/internal/cleanup.h
+21 −19 absl/container/internal/raw_hash_set.cc
+217 −137 absl/container/internal/raw_hash_set.h
+12 −1 absl/container/internal/raw_hash_set_test.cc
+2 −0 absl/crc/internal/non_temporal_memcpy_test.cc
+1 −0 absl/flags/commandlineflag.cc
+7 −0 absl/flags/commandlineflag.h
+13 −10 absl/flags/flag.h
+2 −2 absl/flags/flag_test.cc
+2 −0 absl/flags/internal/flag.cc
+12 −5 absl/flags/internal/flag.h
+4 −0 absl/flags/internal/private_handle_accessor.cc
+3 −0 absl/flags/internal/private_handle_accessor.h
+0 −4 absl/functional/bind_front_test.cc
+16 −16 absl/log/internal/check_op.cc
+39 −35 absl/log/log.h
+2 −2 absl/log/scoped_mock_log.h
+1 −0 absl/random/CMakeLists.txt
+1 −0 absl/random/internal/BUILD.bazel
+12 −12 absl/random/internal/platform.h
+57 −6 absl/random/internal/randen_detect.cc
+1 −1 absl/random/internal/randen_hwaes_test.cc
+20 −21 absl/strings/ascii.cc
+2 −2 absl/strings/ascii_benchmark.cc
+4 −7 absl/strings/charconv.cc
+1 −6 absl/strings/string_view_test.cc
+5 −2 absl/strings/strip.h
+1 −0 absl/time/civil_time.cc
+1 −1 absl/time/internal/cctz/src/tzfile.h
+1 −1 absl/time/internal/cctz/testdata/version
+ absl/time/internal/cctz/testdata/zoneinfo/America/Asuncion
+ absl/time/internal/cctz/testdata/zoneinfo/Asia/Manila
+3 −3 absl/time/internal/cctz/testdata/zoneinfo/zone1970.tab
+3 −6 absl/time/internal/cctz/testdata/zoneinfo/zonenow.tab

0 comments on commit 429643a

Please sign in to comment.