roll: pigweed c19046b..1ed659f (7 commits)

1ed659f:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/335554 pw_containers: Make lib vendor_available
c224be2:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/327252 pw_async2: Experimental asynchronous channel
0bdcab6:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/335692 pw_ide: Fix performance regression in aspect
2c341db:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/335553 pw_ide: Release v1.9.12
68b1211:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/334413 pw_bytes: Use pw_containers_headers lib in Android.bp
8ded951:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/333552 pw_presubmit: Expose default pigweed formatters
45cdb0e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/334412 pw_containers: Update Android.bp

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: c19046b3d99e0b..1ed659fd2de333
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8700430243182163409
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I9d20eae0e2cc23264590c640efbac5f4c21aa13d
Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/335892
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/examples/hello_bazel/MODULE.bazel b/examples/hello_bazel/MODULE.bazel
index ca0c60f..d47e845 100644
--- a/examples/hello_bazel/MODULE.bazel
+++ b/examples/hello_bazel/MODULE.bazel
@@ -25,9 +25,9 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-10-20.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8700475103280158913.
-    commit = "c19046b3d99e0b6bd100ad821a51c50016859985",
+    # ROLL: Last updated 2025-10-21.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8700430243182163409.
+    commit = "1ed659fd2de333cca61cfbbd41136fb2db01fb0e",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )