diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index 5ad3da9d91495..7c4c2da8e2cde 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -17,8 +17,8 @@ keywords = ["bevy"] bevy_app = { path = "../bevy_app", version = "0.5.0" } bevy_utils = { path = "../bevy_utils", version = "0.5.0" } -tracing-subscriber = {version = "0.2.15", features = ["registry"]} -tracing-chrome = { version = "0.3.0", optional = true } +tracing-subscriber = {version = "=0.2.24", features = ["registry"]} +tracing-chrome = { version = "=0.3.1", optional = true } tracing-log = "0.1.2" [target.'cfg(target_os = "android")'.dependencies] @@ -26,7 +26,7 @@ android_log-sys = "0.2.0" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6" -tracing-wasm = "0.2" +tracing-wasm = "=0.2.0" [dev-dependencies] bevy_internal = { path = "../bevy_internal", version = "0.5.0" }