roll: pigweed pw_async2: Refactor Dispatcher to raise top-level API out of CRTP

Fix: b/342000726
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237972
Original-Revision: 801fb32919777aefd7a734ce9c2c1e6aec782ab7

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 90d01379145630..801fb32919777a
Roller-URL: https://ci.chromium.org/b/8735610240065498737
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: If9cc2289782b716824a5be8c12c4c6ee542453e2
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/238469
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 86de79b..31700e5 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-09-27.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735612648026916257.
-    commit = "90d013791456308b1cea8b53cfec351597ff5992",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735610240065498737.
+    commit = "801fb32919777aefd7a734ce9c2c1e6aec782ab7",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -59,8 +59,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-09-27.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735612648026916257.
-    commit = "90d013791456308b1cea8b53cfec351597ff5992",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735610240065498737.
+    commit = "801fb32919777aefd7a734ce9c2c1e6aec782ab7",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )