-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump third_party/abseil-cpp from
27134f2
to 2be6770
Bumps [third_party/abseil-cpp](https://github.com/abseil/abseil-cpp) from `27134f2` to `2be6770`. - [Release notes](https://github.com/abseil/abseil-cpp/releases) - [Commits](abseil/abseil-cpp@27134f2...2be6770) --- updated-dependencies: - dependency-name: third_party/abseil-cpp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
01ce064
commit ce045de
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule abseil-cpp
updated
18 files
+1 −1 | CMake/AbseilHelpers.cmake | |
+4 −3 | absl/container/internal/raw_hash_set_benchmark.cc | |
+1 −1 | absl/crc/BUILD.bazel | |
+1 −0 | absl/crc/CMakeLists.txt | |
+4 −3 | absl/crc/internal/crc_cord_state.cc | |
+2 −0 | absl/log/BUILD.bazel | |
+8 −1 | absl/log/CMakeLists.txt | |
+0 −22 | absl/log/absl_vlog_is_on.h | |
+23 −0 | absl/log/globals.h | |
+14 −0 | absl/log/globals_test.cc | |
+11 −4 | absl/log/log_sink.h | |
+1 −0 | absl/log/vlog_is_on_test.cc | |
+0 −6 | absl/numeric/int128_test.cc | |
+5 −0 | absl/strings/str_cat.h | |
+1 −1 | absl/strings/string_view.h | |
+0 −4 | absl/strings/string_view_test.cc | |
+2 −3 | absl/synchronization/lifetime_test.cc | |
+2 −25 | absl/types/optional_test.cc |