Skip to content

Commit

Permalink
chore: Bump tracing-log and nu-ansi-term (#76)
Browse files Browse the repository at this point in the history
Bump tracing-log and nu-ansi-term

Co-authored-by: David Barsky <[email protected]>
  • Loading branch information
lnicola and davidbarsky authored Nov 15, 2023
1 parent 8723df3 commit 3158269
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 91 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description = "A Tracing Layer which prints a tree of spans and events."
repository = "https://github.com/davidbarsky/tracing-tree"
readme = "README.md"
rust-version = "1.70"
resolver = "2"

[dependencies]
tracing-core = "0.1"
Expand All @@ -16,15 +17,19 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
"fmt",
"std",
] }
nu-ansi-term = "0.46.0"
tracing-log = { version = "0.1", optional = true }
nu-ansi-term = "0.49.0"
tracing-log = { version = "0.2", optional = true, default-features = false, features = [
"std",
"log-tracer",
] }
time = { version = "0.3.20", optional = true, features = [
"formatting",
"local-offset",
] }

[features]
default = ["tracing-log"]
tracing-log = ["dep:tracing-log"]

[dev-dependencies]
tracing = "0.1"
Expand Down
Loading

0 comments on commit 3158269

Please sign in to comment.