roll: pigweed pw_tokenizer: Add support for tokenizing enums

- Expand API for tokenizing enum values.
- Create APIs for logging tokenized enums.

Fixes: b/362753838

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

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: f316527088d854..9c37b722d9a807
Roll-Count: 1
Roller-URL: https://ci.chromium.org/b/8733786470918687601
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Id1f36777362bdfb450fb6dce644a8d9ea0fe8795
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/243092
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index d871424..ba5bc59 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-17.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733786923631701713.
-    commit = "f316527088d854faa23e6bedb0ae89c6cde18f77",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733786470918687601.
+    commit = "9c37b722d9a807222c289069967222166c8613f5",
     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-17.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733786923631701713.
-    commit = "f316527088d854faa23e6bedb0ae89c6cde18f77",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733786470918687601.
+    commit = "9c37b722d9a807222c289069967222166c8613f5",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )