roll: pigweed: pw_system: Support timestamp parser as an argument The time unit for a RPC logging might not be nano second always. The console should allow the caller to set a proper timestamp parser to translate the timestamp to correct format. Original-Bug: 344606797 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234931 Docs-Not-Needed: Jimmy Chen <jimmycmchen@google.com> https://pigweed.googlesource.com/pigweed/pigweed pigweed Rolled-Commits: 3ddcea697f486a1..5e148c19477521a Roller-URL: https://ci.chromium.org/b/8737102579438626209 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I946f917f38268c63378f5df9198391002d6eed4a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/235172 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index ee6cfc0..038edab 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-09-11. - # ROLL: By https://cr-buildbucket.appspot.com/build/8737135277505173969. - commit = "3ddcea697f486a1e72a631f17436f6f393fb0dff", + # ROLL: By https://cr-buildbucket.appspot.com/build/8737102579438626209. + commit = "5e148c19477521afbbedcc8a91a2c5b2a07bc334", 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-09-11. - # ROLL: By https://cr-buildbucket.appspot.com/build/8737135277505173969. - commit = "3ddcea697f486a1e72a631f17436f6f393fb0dff", + # ROLL: By https://cr-buildbucket.appspot.com/build/8737102579438626209. + commit = "5e148c19477521afbbedcc8a91a2c5b2a07bc334", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )