diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index edb3823ef4a6d..de5807b96ed9e 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -22,7 +22,7 @@ tracing-chrome = { version = "0.7.0", optional = true } tracing-tracy = { version = "0.10.0", optional = true } tracing-log = "0.1.2" tracing-error = { version = "0.2.0", optional = true } -tracy-client = { version = "0.15", optional = true } +tracy-client = { version = "0.16", optional = true } [target.'cfg(target_os = "android")'.dependencies] android_log-sys = "0.3.0"