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/8734069762105277905
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ie4301c7f84e41c98267a84ced20d9a36a7ddf91c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/242074
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 18afff7..f6fc83f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,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/8734077543531283761.
- commit = "d0dd0b3a1c94b5aa10dc2e0adeaa54af5a4fafc5",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734069762105277905.
+ commit = "064c7681ce438b0c70c741918d46a487023fc41c",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -57,8 +57,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/8734077543531283761.
- commit = "d0dd0b3a1c94b5aa10dc2e0adeaa54af5a4fafc5",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734069762105277905.
+ commit = "064c7681ce438b0c70c741918d46a487023fc41c",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)