update some deps

This commit is contained in:
Scott Lamb
2024-08-23 21:34:04 -07:00
parent 6c587c1b2e
commit f9e3fb56b3
4 changed files with 433 additions and 453 deletions

View File

@@ -27,6 +27,6 @@ serde_json = "1.0"
slab = "0.4"
time = "0.1"
tracing = { workspace = true }
tracing-core = "0.1.30"
tracing-core = { workspace = true }
tracing-log = { workspace = true }
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "json"] }
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }