roll: pigweed d058875..4249230 (10 commits)

4249230:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/271736 pw_ide: Add a clangd dashboard UI to help user find issues
018a807:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264633 pw_ide: Add a button to dump logs and settings.json
bc5c177:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264612 pw_ide: Add webview in sidebar to see extension report
d7be437:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272512 pw_kernel: Remove unused WaitQueue::wake_thread method
52f1e7f:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272593 pw_env_setup: Restrict visibility of py libraries
1a42475:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272672 pw_allocator: Add source files to Android.bp targets
57db167:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/271685 pw_kernel: Optimize SpinLocks
9f43335:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/271812 pw_kernel: Add Mutex
eeed50e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/271753 pw_kernel: Make some scheduler variable names more descriptive
b6da978:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272592 pw_env_setup: Fix docs headings

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: d058875cb35bb1..42492303110d25
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8721366659929075025
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ia4e2ef9bbf7cb6bfd90b72d0aaa53ff9fd54de23
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/272515
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 39b80d9..c2fa77d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -40,9 +40,9 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-03-03.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8721388730715718993.
-    commit = "d058875cb35bb1b1f4abcb722cd3b6a75754071f",
+    # ROLL: Last updated 2025-03-04.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8721366659929075025.
+    commit = "42492303110d25b7ffbb4a2b75681e6ce4dd208d",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )