A few more compute_tool changes (#12687)

## Summary of changes
All changes are no-op except that the tracing-appender lib is upgraded
from 0.2.2 to 0.2.3
This commit is contained in:
HaoyuHuang
2025-07-23 11:30:33 -07:00
committed by GitHub
parent 20881ef65e
commit 63ea4b0579
14 changed files with 397 additions and 14 deletions

View File

@@ -222,6 +222,7 @@ tracing-log = "0.2"
tracing-opentelemetry = "0.31"
tracing-serde = "0.2.0"
tracing-subscriber = { version = "0.3", default-features = false, features = ["smallvec", "fmt", "tracing-log", "std", "env-filter", "json"] }
tracing-appender = "0.2.3"
try-lock = "0.2.5"
test-log = { version = "0.2.17", default-features = false, features = ["log"] }
twox-hash = { version = "1.6.3", default-features = false }