Upgrade tracing-subscriber and disable ANSI sanitization

This commit is contained in:
Ivan Molodetskikh
2026-04-16 08:46:11 +03:00
parent d4b4407236
commit 2b58e03d30
3 changed files with 15 additions and 39 deletions
+1 -4
View File
@@ -22,10 +22,7 @@ insta = "1.46.3"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tracing = { version = "0.1.44", features = ["max_level_trace", "release_max_level_debug"] }
# 0.3.20 filters out all ANSI codes to "fix a security issue" while also breaking
# everyone who relied on them for color output, with no fallback available.
# https://github.com/tokio-rs/tracing/issues/3378
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
tracy-client = { version = "0.18.4", default-features = false }
[workspace.dependencies.smithay]