Skip to content

Commit 5dc722a

Browse files
authored
Update nu-ansi-term to 0.50 (#3049)
1 parent 4410764 commit 5dc722a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bytes = "1.2.0"
3939
argh = "0.1.8"
4040

4141
# sloggish example
42-
nu-ansi-term = "0.46.0"
42+
nu-ansi-term = "0.50.0"
4343
humantime = "2.1.0"
4444
log = "0.4.17"
4545

tracing-subscriber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ once_cell = { optional = true, version = "1.13.0" }
5555

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

6161
# only required by the json feature

0 commit comments

Comments
 (0)