From 0636550fc8f8771d24a639e4a21feaf5410ec7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 23:03:25 +0000 Subject: [PATCH] Update tracing-chrome requirement from 0.4.0 to 0.5.0 Updates the requirements on [tracing-chrome](https://github.com/thoren-d/tracing-chrome) to permit the latest version. - [Release notes](https://github.com/thoren-d/tracing-chrome/releases) - [Commits](https://github.com/thoren-d/tracing-chrome/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: tracing-chrome dependency-type: direct:production ... 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 a1e700dd4d863..06064be8d163f 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -16,7 +16,7 @@ bevy_app = { path = "../bevy_app", version = "0.7.0" } bevy_utils = { path = "../bevy_utils", version = "0.7.0" } tracing-subscriber = {version = "0.3.1", features = ["registry", "env-filter"]} -tracing-chrome = { version = "0.4.0", optional = true } +tracing-chrome = { version = "0.5.0", optional = true } tracing-tracy = { version = "0.8.0", optional = true } tracing-log = "0.1.2" tracing-error = { version = "0.2.0", optional = true }