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/8735080469787080225
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ib6889210d99ba1a82ea12bbdd2c378d859a8a1ef
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/239832
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 c5bdbb9..c548493 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,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/8735089144639726769.
-    commit = "9a5296672be32b32d684e5250b0c688ceb9206ea",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735080469787080225.
+    commit = "02a68bb680ebddeba8f0ad6cbbc6bb81d7568759",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,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/8735089144639726769.
-    commit = "9a5296672be32b32d684e5250b0c688ceb9206ea",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735080469787080225.
+    commit = "02a68bb680ebddeba8f0ad6cbbc6bb81d7568759",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )