roll: pigweed pw_log_fuchsia: Replace stcompat cpp17::string_view with std version
Since Pigweed requires C++17, cpp17::string_view is an alias of
std::string_view.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242133
Original-Revision: 064c7681ce438b0c70c741918d46a487023fc41c
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: d0dd0b3a1c94b5..064c7681ce438b
Roll-Count: 1
Roller-URL: https://ci.chromium.org/b/8734069781875083569
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I29a1d0e2ae7aaffac16d4a2ab71e7ad6ee0303b9
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/242058
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 698ef3f..6ef61b1 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-14.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734077538912602881.
- commit = "d0dd0b3a1c94b5aa10dc2e0adeaa54af5a4fafc5",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734069781875083569.
+ commit = "064c7681ce438b0c70c741918d46a487023fc41c",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -58,8 +58,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-14.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734077538912602881.
- commit = "d0dd0b3a1c94b5aa10dc2e0adeaa54af5a4fafc5",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734069781875083569.
+ commit = "064c7681ce438b0c70c741918d46a487023fc41c",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)