summaryrefslogtreecommitdiffstats
path: root/vendor/tracing-tree/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/tracing-tree/Cargo.toml')
-rw-r--r--vendor/tracing-tree/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/tracing-tree/Cargo.toml b/vendor/tracing-tree/Cargo.toml
index 32c47092f..7e8799662 100644
--- a/vendor/tracing-tree/Cargo.toml
+++ b/vendor/tracing-tree/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "tracing-tree"
-version = "0.2.1"
+version = "0.2.2"
authors = [
"David Barsky <me@davidbarsky.com>",
"Nathan Whitaker",
@@ -26,12 +26,12 @@ repository = "https://github.com/davidbarsky/tracing-tree"
name = "ui"
harness = false
-[dependencies.ansi_term]
-version = "0.12"
-
[dependencies.atty]
version = "0.2"
+[dependencies.nu-ansi-term]
+version = "0.46.0"
+
[dependencies.tracing-core]
version = "0.1"