roll: pigweed pw_cli_analytics: Force "utf-8"

The default on Windows is something other than "utf-8".

This caused errors like in http://ci.chromium.org/b/8733305618937127793.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/244252
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: a53898887b913132f7e6289eaa55740d47f0b1c7

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 1668d6cae6310a..a53898887b9131
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733178156346797793
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ia5b060a49688835ed5f17f19f6ddd992879d80dc
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/244412
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/MODULE.bazel b/MODULE.bazel
index b781dd2..caac19f 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/8733180313548662433.
-    commit = "1668d6cae6310a41028307588761aecb55b3dc14",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733178156346797793.
+    commit = "a53898887b913132f7e6289eaa55740d47f0b1c7",
     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/8733180313548662433.
-    commit = "1668d6cae6310a41028307588761aecb55b3dc14",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733178156346797793.
+    commit = "a53898887b913132f7e6289eaa55740d47f0b1c7",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )