roll: pigweed c40a7a1..763672e (4 commits)

763672e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/294638 pw_containers: Factor out CountAndCapacity from GenericDeque
ff06ca7:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/295404 pw_ide: Fix bug with vscode where inactive file indicators don't update
c30dd50:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/295458 pw_ide: Only delete last compile_commands if new one has any
ff87f59:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/295372 pw_ide: Fix broken parseBazelBuildCommand test

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: c40a7a1128aedd..763672e8389ba3
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8713146240237025473
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I91844807f3a02713940bc20346e98f5279c2d4ae
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/295673
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 e3430e0..c60a726 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -41,8 +41,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2025-06-02.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8713179343450404881.
-    commit = "c40a7a1128aeddfabc61e129f3d47ef225dbe8de",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8713146240237025473.
+    commit = "763672e8389ba32c69e53abe1c4431b18ebb8207",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )