From b724160a2d4580374f1f9fbaa0f8f8f1cfa4a165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:15:41 +0000 Subject: [PATCH] Update tracing-wasm requirement from 0.1 to 0.2 Updates the requirements on [tracing-wasm](https://github.com/storyscript/tracing-wasm) to permit the latest version. - [Release notes](https://github.com/storyscript/tracing-wasm/releases) - [Commits](https://github.com/storyscript/tracing-wasm/compare/0.1.0...v0.2.0) Signed-off-by: dependabot[bot] --- crates/bevy_log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index 32c0ad3281a8e..8f31b44a61796 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -25,4 +25,4 @@ android_log-sys = "0.2.0" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6" -tracing-wasm = "0.1" +tracing-wasm = "0.2"