roll: pigweed 124b7de..2e15e17 (6 commits)

2e15e17:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274552 pw_rpc: Fix link to call object destruction help
bf2e156:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274012 pw_bluetooth_proxy: Avoid nesting acl credit lock inside channels lock
808ac9e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272872 pw_kernel: Add sorted_insert to lists
eaa4770:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272812 pw_kernel: Add time library
b3e7f59:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274512 pw_toolchain: Add msan toolchain feature
15e7d20:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/273972 roll: Clang

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 124b7de89b9cd6..2e15e17138ead6
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8720712324417147153
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I839609d38536b157f35ad40f4201f924312f0192
Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/274614
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/examples/hello_dts/MODULE.bazel b/examples/hello_dts/MODULE.bazel
index 6d8d76d..415ff37 100644
--- a/examples/hello_dts/MODULE.bazel
+++ b/examples/hello_dts/MODULE.bazel
@@ -25,9 +25,9 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-03-10.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8720756879978365953.
-    commit = "124b7de89b9cd63d5acb53f7f5fb09965ac5165e",
+    # ROLL: Last updated 2025-03-11.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8720712324417147153.
+    commit = "2e15e17138ead6a9cbcde624b442d783575ed350",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )