roll: pigweed pw_tokenizer: Support CSV databases with the domain

Define the CSV database format to have four columns instead of three:

  - token
  - date removed
  - domain
  - string

Continue to write three column CSV databases for now.

Original-Bug: b/364955916
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234413
Original-Revision: 02a68bb680ebddeba8f0ad6cbbc6bb81d7568759

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 9a5296672be32b..02a68bb680ebdd
Roller-URL: https://ci.chromium.org/b/8735080475619231393
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ib8418e954dfb0939bee01ca91426a6234b64e071
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/239717
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 06652aa..deab4ad 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-03.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735089159324925057.
-    commit = "9a5296672be32b32d684e5250b0c688ceb9206ea",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735080475619231393.
+    commit = "02a68bb680ebddeba8f0ad6cbbc6bb81d7568759",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -59,8 +59,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-03.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735089159324925057.
-    commit = "9a5296672be32b32d684e5250b0c688ceb9206ea",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735080475619231393.
+    commit = "02a68bb680ebddeba8f0ad6cbbc6bb81d7568759",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )