Skip to content

Commit 6cec2ed

Browse files
build(deps): update tracing-forest requirement from 0.1.4 to 0.3.0
--- updated-dependencies: - dependency-name: tracing-forest dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9616da5 commit 6cec2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ futures-util = { version = "0.3", optional = true }
3131
# CLI
3232
camino = { version = "1", optional = true }
3333
clap = { version = "4", features = ["derive"], optional = true }
34-
tracing-forest = { version = "0.1.4", optional = true }
34+
tracing-forest = { version = "0.3.0", optional = true }
3535
tracing-subscriber = { version = "0.3", features = [
3636
"env-filter",
3737
], optional = true }

0 commit comments

Comments
 (0)