upgrade: tracy-client

This commit is contained in:
Thomas Colliers
2025-08-16 11:58:34 +02:00
parent 877a32ab09
commit 764205d6e4
2 changed files with 10 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ thiserror = "2.0.11"
tracing = { version = "0.1.40", features = ["release_max_level_warn"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-tracy = { version = "0.11.1", optional = true }
tracy-client = { version = "=0.18.0" }
tracy-client = { version = "=0.18.2" }
# (de)serialization
serde = { version = "1.0.205", features = ["derive"] }