Update the regex to replace all occurrences of uuids in the redaction

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov
2025-05-27 11:47:02 +03:00
parent d2948adea3
commit 46ff78b4ec
3 changed files with 20 additions and 5 deletions

View File

@ -16,3 +16,6 @@ insta = { version = "=1.39.0", features = ["json", "redactions"] }
md5 = "0.7.0"
once_cell = "1.20"
regex-lite = "0.1.6"
[dev-dependencies]
uuid = { version = "1.17.0", features = ["v4"] }