roll: pigweed pw_build: Disable global_link_deps for rust libs

`global_link_deps` is not needed for rust libraries.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/244652
Original-Revision: d15334b6538df854df0ca7213f68a0f669eae4d0

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: a8c756860ae104..d15334b6538df8
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733047875252109633
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I2102832befd3db4edd7840f4300a3419231844a4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/244746
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 0de2934..e72298b 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,18 +48,18 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-10-25.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733063499938004305.
-    commit = "a8c756860ae104ef5e87439ef4f8cc4fbbb2fab7",
+    # ROLL: Last updated 2024-10-26.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733047875252109633.
+    commit = "d15334b6538df854df0ca7213f68a0f669eae4d0",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
 git_override(
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-10-25.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733063499938004305.
-    commit = "a8c756860ae104ef5e87439ef4f8cc4fbbb2fab7",
+    # ROLL: Last updated 2024-10-26.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733047875252109633.
+    commit = "d15334b6538df854df0ca7213f68a0f669eae4d0",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )