roll: pigweed 8cc8495..67bef9a (5 commits)

67bef9a:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/249592 pw_bluetooth_proxy: Use std::lock_guard
0942b69:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234817 pw_allocator: Refactor best- and worst-fit allocators to use buckets
0766dba:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234816 pw_allocator: Refactor first fit allocators
3bfdac7:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234815 pw_allocator: Refactor Bucket
f84afe1:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234812 pw_allocator: Parameterize BlockAllocator on blocks

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 8cc8495bbb9564..67bef9ad55a005
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8730902531184022833
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ie173e04a8177d066ba6a1ed89751142a6f558932
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/249817
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index b1ac725..091c68f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-11-18.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8730913396176748369.
-    commit = "8cc8495bbb9564929190b2fc834df8772f7e478c",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8730902531184022833.
+    commit = "67bef9ad55a00524ad1d66096cad23dcf78d300c",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-11-18.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8730913396176748369.
-    commit = "8cc8495bbb9564929190b2fc834df8772f7e478c",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8730902531184022833.
+    commit = "67bef9ad55a00524ad1d66096cad23dcf78d300c",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )