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 GitHub
parent 4410764969
commit 5dc722a029
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ bytes = "1.2.0"
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

@@ -55,7 +55,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