Pin tracing-subscriber to 0.3.19

This commit is contained in:
Ivan Molodetskikh
2025-10-29 09:12:16 +03:00
parent 6a2c6261df
commit b01bc10e60
2 changed files with 39 additions and 14 deletions
+4 -1
View File
@@ -22,7 +22,10 @@ insta = "1.43.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tracing = { version = "0.1.41", features = ["max_level_trace", "release_max_level_debug"] }
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
# 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"] }
tracy-client = { version = "0.18.2", default-features = false }
[workspace.dependencies.smithay]