roll: pigweed 58e24d6..eda3c11 (5 commits)

eda3c11:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/257313 BUILD.gn: Use module vars intead of absolute // paths
f2c318e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/256842 docs: Fix location of layout file in Bazel build
5237640:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/256092 pw_bluetooth_proxy: Provide IsWriteAvailable function
ae9750e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/256841 pw_bluetooth_proxy: Don't log dtor of moved-from channel objects
7cac792:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/256840 pw_bluetooth_proxy: Remove extra space from some logs

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 58e24d6f8a2762..eda3c11776face
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8726803616956671089
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I08de6136ecbcea59e2a220e7381f8a13fa965ca4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/257412
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 737167c..5fa99d0 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -40,18 +40,18 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-01-02.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8726814652823180977.
-    commit = "58e24d6f8a27624cb3cef5847a482eb75d9e9483",
+    # ROLL: Last updated 2025-01-03.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8726803616956671089.
+    commit = "eda3c11776faceededa9827299eec70236d72ce4",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
 git_override(
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-01-02.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8726814652823180977.
-    commit = "58e24d6f8a27624cb3cef5847a482eb75d9e9483",
+    # ROLL: Last updated 2025-01-03.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8726803616956671089.
+    commit = "eda3c11776faceededa9827299eec70236d72ce4",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )