roll: pigweed, pw_toolchain: pw_transfer: Don't assert on resource status responder

An RPC call can close for various reasons, such as a client requesting a
cancel or their channel shutting down. Code should never assert on RPC
call objects being open. This updates the GetResourceStatus RPC callback
to simply log an error if its responder object is no longer active.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/219037
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 62da50a4f4cb9b5..4200619994a4a8d
Roller-URL: https://ci.chromium.org/b/8743832773401697153
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ib32becb4a6343572087f1712af1107c40cb83341
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/218804
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/WORKSPACE b/WORKSPACE
index d073332..b5e039b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -83,18 +83,18 @@
 git_repository(
     name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-06-28.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8743842911817085377.
-    commit = "62da50a4f4cb9b5082a09e3d2b86c3dcf691a261",
+    # ROLL: Last updated 2024-06-29.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8743832773401697153.
+    commit = "4200619994a4a8dcdffb475eac2d8c7659c23e9c",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
 )
 
 git_repository(
     name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-06-28.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8743842911817085377.
-    commit = "62da50a4f4cb9b5082a09e3d2b86c3dcf691a261",
+    # ROLL: Last updated 2024-06-29.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8743832773401697153.
+    commit = "4200619994a4a8dcdffb475eac2d8c7659c23e9c",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
     strip_prefix = "pw_toolchain_bazel",
 )