roll: pigweed d3a6358..ec62be9 (3 commits)

ec62be9:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/206670 SEED-0128: Abstracting thread creation
e3f0f42:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/240752 pigweed.json: Add "docs" program
d8a6c4d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/239944 pw_fuzzer: Updates docs for libFuzzer+Bazel

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: d3a6358972d589..ec62be9c7c9e28
Roller-URL: https://ci.chromium.org/b/8734676255945590321
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I57c2d246f7e2ea0d9057b4a3ca68f16a975590d0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/240638
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 e6e4e39..7d542ce 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,18 +48,18 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-10-07.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8734694862816138273.
-    commit = "d3a6358972d5897266e2b5ecf50681a8e8456e5b",
+    # ROLL: Last updated 2024-10-08.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8734676255945590321.
+    commit = "ec62be9c7c9e28c8bae26d9e73f1ce341e5e5cd5",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
 git_override(
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-10-07.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8734694862816138273.
-    commit = "d3a6358972d5897266e2b5ecf50681a8e8456e5b",
+    # ROLL: Last updated 2024-10-08.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8734676255945590321.
+    commit = "ec62be9c7c9e28c8bae26d9e73f1ce341e5e5cd5",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )