Skip to content

Commit 3158269

Browse files
lnicoladavidbarsky
andauthored
chore: Bump tracing-log and nu-ansi-term (#76)
Bump tracing-log and nu-ansi-term Co-authored-by: David Barsky <[email protected]>
1 parent 8723df3 commit 3158269

File tree

3 files changed

+124
-91
lines changed

3 files changed

+124
-91
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description = "A Tracing Layer which prints a tree of spans and events."
88
repository = "https://github.com/davidbarsky/tracing-tree"
99
readme = "README.md"
1010
rust-version = "1.70"
11+
resolver = "2"
1112

1213
[dependencies]
1314
tracing-core = "0.1"
@@ -16,15 +17,19 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
1617
"fmt",
1718
"std",
1819
] }
19-
nu-ansi-term = "0.46.0"
20-
tracing-log = { version = "0.1", optional = true }
20+
nu-ansi-term = "0.49.0"
21+
tracing-log = { version = "0.2", optional = true, default-features = false, features = [
22+
"std",
23+
"log-tracer",
24+
] }
2125
time = { version = "0.3.20", optional = true, features = [
2226
"formatting",
2327
"local-offset",
2428
] }
2529

2630
[features]
2731
default = ["tracing-log"]
32+
tracing-log = ["dep:tracing-log"]
2833

2934
[dev-dependencies]
3035
tracing = "0.1"

0 commit comments

Comments
 (0)