roll: pigweed pw_grpc: Fix missing status check in test server
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243716
Original-Revision: cd819971837b475d84a6b0502f9b0fdae1541fda
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: c7905bf09c2f53..cd819971837b47
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733170511537139473
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ifc05a931482464a93d8275b98e5dfb279a03e7fe
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/244417
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 bdd7b8c..7d75b03 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-24.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733170923361782513.
- commit = "c7905bf09c2f53c9dd5556db6ce0063fb0a01a50",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733170511537139473.
+ commit = "cd819971837b475d84a6b0502f9b0fdae1541fda",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -57,8 +57,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-24.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733170923361782513.
- commit = "c7905bf09c2f53c9dd5556db6ce0063fb0a01a50",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733170511537139473.
+ commit = "cd819971837b475d84a6b0502f9b0fdae1541fda",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)