roll: pigweed, pw_toolchain 2 commits 9b242113ab06e86 pw_kvs: Remove unnecessary Key alias and test 5e9e39285969463 pw_bluetooth: Add create connection cancel return https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 52fbfafaaad91e3..9b242113ab06e86 Roller-URL: https://ci.chromium.org/b/8739427256603302369 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ic1692ced0b6d6827c4ff5c7b93228e00183a1d95 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/230272 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index ecb6b12..554abb9 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-08-16. - # ROLL: By https://cr-buildbucket.appspot.com/build/8739482424468825601. - commit = "52fbfafaaad91e3301f44054c0bc2ff662ff968b", + # ROLL: By https://cr-buildbucket.appspot.com/build/8739427256603302369. + commit = "9b242113ab06e86dff052bfa60b5e01fc6fd7f8a", 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-08-16. - # ROLL: By https://cr-buildbucket.appspot.com/build/8739482424468825601. - commit = "52fbfafaaad91e3301f44054c0bc2ff662ff968b", + # ROLL: By https://cr-buildbucket.appspot.com/build/8739427256603302369. + commit = "9b242113ab06e86dff052bfa60b5e01fc6fd7f8a", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )