Skip to content

Commit

Permalink
Update nu-ansi-term
Browse files Browse the repository at this point in the history
When using `tracing-subscriber` and https://github.com/davidbarsky/tracing-tree, 2 copies are compiled in due to differing version requirements. I checked and `nu-ansi-term`'s min rust version is lower than `tracing`'s, so this should be fine to bump.
  • Loading branch information
LegNeato authored Jan 2, 2025
1 parent b02a700 commit 99ba4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ once_cell = { optional = true, version = "1.13.0" }

# fmt
tracing-log = { path = "../tracing-log", version = "0.2", optional = true, default-features = false, features = ["log-tracer", "std"] }
nu-ansi-term = { version = "0.46.0", optional = true }
nu-ansi-term = { version = "0.50.0", optional = true }
time = { version = "0.3.2", features = ["formatting"], optional = true }

# only required by the json feature
Expand Down

0 comments on commit 99ba4ff

Please sign in to comment.