roll: pigweed pw_transfer: Add Number() coercion for 64-bit int proto field access

The internal JSPB implementation is migrating 64-bit int fields to a
new bigint|string type. This change adds a defensive coercion to
ensure the value remains number-typed.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/281833
Original-Revision: 64d06ced56dd4dfa435541a10fd157b621e22673

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 2452fa9903c157..64d06ced56dd4d
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8718172458806993137
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ieb630858c216f5d126636a8f944c228554d1c62c
Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/281745
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/examples/hello_dts/MODULE.bazel b/examples/hello_dts/MODULE.bazel
index 34b03ab..38cbda6 100644
--- a/examples/hello_dts/MODULE.bazel
+++ b/examples/hello_dts/MODULE.bazel
@@ -25,9 +25,9 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-04-07.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8718217017839214193.
-    commit = "2452fa9903c157b1964cbd81452d9e0be49641b3",
+    # ROLL: Last updated 2025-04-08.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8718172458806993137.
+    commit = "64d06ced56dd4dfa435541a10fd157b621e22673",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )