roll: pigweed cfae9b2..86e8936 (9 commits)

86e8936:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/330072 pw_i2c_mcuxpresso: Use a ScopeGuard for releasing the clock_tree element
9098899:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/329925 pw_i2c_mcuxpresso: i3c: Acquire/release clock_tree element dynamically
4720e40:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/316934 pw_multibuf: Add a top-down example
7bebdb3:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/330153 pw_async2: Misc cleanups
ab9db62:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/297538 pw_thread_zephyr: Export files for zephyr build
c056120:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/330014 pw_ide: Fix fragment collection with RBE enabled
d5d5f62:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/321914 pw_presubmit: Format C++ code blocks in RST with clang-format
edf0647:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/330152 pw_presubmit: Enable unnecessarily disabled test
1efdc99:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/323314 pw_async2: Experimental SelectFuture

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: cfae9b2490f0cd..86e89365fa0bde
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8701645041119271345
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I83280e234269a2ccffab93534cb7aca0dc77343b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/330313
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 42ae56a..1dac555 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -42,8 +42,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2025-10-07.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8701700219208290513.
-    commit = "cfae9b2490f0cdc53f7f23571983d1fd17839166",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8701645041119271345.
+    commit = "86e89365fa0bde9911538b8ae078e6b476826664",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )