refactor(prettify-log): regex performance

This commit is contained in:
2025-02-06 14:39:39 +00:00
parent 132724faa1
commit 26719f232c
4 changed files with 30 additions and 25 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
atty = "0.2.14"
colored_json = "5.0.0"
once_cell = "1.20.2"
regex = "1.11.1"
serde = "1.0.217"
serde_json = "1.0.138"