Skip to content

Commit 2931b6f

Browse files
ChrisDentonhds
authored andcommitted
Update nu-ansi-term to 0.50 (#3049)
1 parent 5775eae commit 2931b6f

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
@@ -38,7 +38,7 @@ bytes = "1"
3838
argh = "0.1.8"
3939

4040
# sloggish example
41-
nu-ansi-term = "0.46.0"
41+
nu-ansi-term = "0.50.0"
4242
humantime = "2.1.0"
4343
log = "0.4.17"
4444

tracing-subscriber/Cargo.toml

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

5454
# fmt
5555
tracing-log = { path = "../tracing-log", version = "0.2.0", optional = true, default-features = false, features = ["log-tracer", "std"] }
56-
nu-ansi-term = { version = "0.46.0", optional = true }
56+
nu-ansi-term = { version = "0.50.0", optional = true }
5757
time = { version = "0.3.2", features = ["formatting"], optional = true }
5858

5959
# only required by the json feature

0 commit comments

Comments
 (0)