Update nu-ansi-term to 0.50 (#3049)

This commit is contained in:
Chris Denton
2025-05-27 21:57:21 +00:00
committed by Hayden Stainsby
parent 5775eae813
commit 2931b6f426
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ bytes = "1"
argh = "0.1.8"
# sloggish example
nu-ansi-term = "0.46.0"
nu-ansi-term = "0.50.0"
humantime = "2.1.0"
log = "0.4.17"

View File

@@ -53,7 +53,7 @@ once_cell = { optional = true, version = "1.13.0" }
# fmt
tracing-log = { path = "../tracing-log", version = "0.2.0", 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