roll: pigweed pw_tokenizer: Ignore whitespace in domain values

With large domain names, formatting can introduce whitespace
into the domain value of nested tokens. This causes a mismatch
within the database search.
- Support standardizing domain names to ignore whitespace
upon creation of tokens as well as when detokenizing nested
token values.

Fixes: b/362753840

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

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: c4ea179e91c6ae..17df82d4c2b77d
Roller-URL: https://ci.chromium.org/b/8734440702484779121
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I179ef78ede5111a652453f8bd685aeff053e1359
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/241297
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 8bfa3bd..8833dbe 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-10.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8734443096535629137.
-    commit = "c4ea179e91c6aee6b9d41b9fe301269189970850",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8734440702484779121.
+    commit = "17df82d4c2b77d1667f24f5b27a256dbab31686f",
     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-10.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8734443096535629137.
-    commit = "c4ea179e91c6aee6b9d41b9fe301269189970850",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8734440702484779121.
+    commit = "17df82d4c2b77d1667f24f5b27a256dbab31686f",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )