roll: pigweed 0c5f766..b15aa11 (3 commits)

b15aa11:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/246892 pw_channel: Add a note about reading and writing from different tasks
4e78f90:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/246972 docs: Fix in-site search
8441834:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/246496 bazel: Move emboss dep to MODULE.bazel

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 0c5f7666cee455..b15aa110270be4
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8732055804820688097
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I3d8f69af8a0d921b843b6b39f2d2eea1c80b31e8
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/247102
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 6652250..eaaf5e6 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -47,18 +47,18 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-11-05.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8732066840183388497.
-    commit = "0c5f7666cee455e7996ebad7fc9c6d95a11cf89f",
+    # ROLL: Last updated 2024-11-06.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8732055804820688097.
+    commit = "b15aa110270be4e28d5945a80bbc0a2fc34ba38e",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
 git_override(
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-11-05.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8732066840183388497.
-    commit = "0c5f7666cee455e7996ebad7fc9c6d95a11cf89f",
+    # ROLL: Last updated 2024-11-06.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8732055804820688097.
+    commit = "b15aa110270be4e28d5945a80bbc0a2fc34ba38e",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )