Skip to content

Commit 8793fdb

Browse files
committed
Update third party
1 parent 11998d4 commit 8793fdb

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

third_party/abseil-cpp/absl/base/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ cc_library(
10411041
linkopts = ABSL_DEFAULT_LINKOPTS,
10421042
visibility = [
10431043
"//absl:__subpackages__",
1044+
"//absl:friends",
10441045
],
10451046
deps = [
10461047
"//absl/base:config",

third_party/abseil-cpp/absl/strings/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ cc_library(
430430
copts = ABSL_DEFAULT_COPTS,
431431
linkopts = ABSL_DEFAULT_LINKOPTS,
432432
visibility = [
433+
"//absl:friends",
433434
"//visibility:private",
434435
],
435436
deps = [

third_party/googletest/docs/gmock_cook_book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3591,7 +3591,7 @@ and supports the following operations:
35913591
bool matched = matcher.MatchAndExplain(value, maybe_os);
35923592
// where `value` is of type `T` and
35933593
// `maybe_os` is of type `std::ostream*`, where it can be null if the caller
3594-
// is not interested in there textual explanation.
3594+
// is not interested in the textual explanation.
35953595

35963596
matcher.DescribeTo(os);
35973597
matcher.DescribeNegationTo(os);

third_party/software-bill-of-materials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This file documents the commit hash of each library if it is not given in the fi
88
# Flatland dependencies
99

1010
```text
11-
abseil-cpp-88c0a25fde0c033f60b9fd66eb8b4800fdb58d84
11+
abseil-cpp-9cc7e8dbd54a60096ed056638cb0128fb6018fb4
1212
bazel_clang_tidy-c4d35e0d0b838309358e57a2efed831780f85cd0
1313
bazel-skylib-f7718b7b8e2003b9359248e9632c875cb48a6e48
1414
bazel-toolchain-795d76fd03e0b17c0961f0981a8512a00cba4fa2
@@ -18,14 +18,14 @@ cpuinfo-7607ca500436b37ad23fb8d18614bec7796b68a7
1818
fmt-4968433a6abecbbf7e72e97188926586a7fd0662
1919
gflags-03a4842c9c6aaef438d7bf0c84e8a62c8064992b
2020
glog-570c7e4e1dd197e9ae2777152b87a5ea9e06bcac
21-
googletest-94be250af7e14c58dcbf476972d2d7141551ff67
21+
googletest-f38004c441a2d7ba004853bb0863ff2b2571f461
2222
hypothesis-3acfea6c14078203802b417b61ad161111106fe4
2323
Imath-92166bf12c75a1db445c7d49414c1a1b5bdc383f
2424
openexr-74a0f59390eaa4a50c6853ad9fd9c4b1073f805c
2525
pbrt-v4-f140d7cba5dc7b941f9346d6b7d1476a05c28c37
2626
pcg-cpp-428802d1a5634f96bcd0705fab379ff0113bcf13
2727
pugixml-3070fb6320848a8acdcc205415440a2f2cdb3537
28-
rules_cc-cdf9913534bd7ebc2665722a4ad7fe594ff26ff2
28+
rules_cc-62a716463afab6f171f07fbcfd91d8901c2edea2
2929
spdlog-45b67eee668507813743f84f1b1b9ab674ea221e
3030
xtensor-47886141576e34f0354a8481151b9f359f4b8c80
3131
xtl-c52350e283b98e5d69dbc50726925a1f8e16c57c

0 commit comments

Comments
 (0)