roll: pigweed, pw_toolchain 4 commits

003bbe28674612a pw_bluetooth_sapphire: Implement AcceptCis()
d01cc5df086d910 pw_chrono_freertos: Work around no std::unique_loc
7bd3905ad725850 roll: Fuchsia SDK
29eecebfec5d803 pw_bluetooth_proxy: Remove debugging log

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 64fab36c47fbac1..003bbe28674612a
Roller-URL: https://ci.chromium.org/b/8742119531606512113
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I09055a30824c5d0f2e4349cf21d714d6efe76692
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/223800
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/WORKSPACE b/WORKSPACE
index 0d7bb82..4450544 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -83,18 +83,18 @@
 git_repository(
     name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-07-17.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8742130170949907505.
-    commit = "64fab36c47fbac179650a58604466e5cfe290093",
+    # ROLL: Last updated 2024-07-18.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8742119531606512113.
+    commit = "003bbe28674612ab627dc0389ae8b557ba6c3921",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
 )
 
 git_repository(
     name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-07-17.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8742130170949907505.
-    commit = "64fab36c47fbac179650a58604466e5cfe290093",
+    # ROLL: Last updated 2024-07-18.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8742119531606512113.
+    commit = "003bbe28674612ab627dc0389ae8b557ba6c3921",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
     strip_prefix = "pw_toolchain_bazel",
 )