Skip to content

Commit 34f67f2

Browse files
committed
Update tracing-subscriber requirement from 0.2.22 to 0.3.1 (#3076)
# Objective - Fix #3058 opened by dependabot ## Solution - A new feature need to be added to `tracing-subscriber`
1 parent f4cfcc0 commit 34f67f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_log/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["bevy"]
1313
bevy_app = { path = "../bevy_app", version = "0.5.0" }
1414
bevy_utils = { path = "../bevy_utils", version = "0.5.0" }
1515

16-
tracing-subscriber = {version = "0.2.22", features = ["registry"]}
16+
tracing-subscriber = {version = "0.3.1", features = ["registry", "env-filter"]}
1717
tracing-chrome = { version = "0.3.1", optional = true }
1818
tracing-tracy = { version = "0.7.0", optional = true }
1919

0 commit comments

Comments
 (0)