diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 4d33691a3a..ccf8aa259e 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -43,7 +43,7 @@ bytes = "1.2.0" argh = "0.1.8" # sloggish example -nu-ansi-term = "0.46.0" +nu-ansi-term = "0.47.0" humantime = "2.1.0" log = "0.4.17" diff --git a/tracing-subscriber/Cargo.toml b/tracing-subscriber/Cargo.toml index de90c43000..b69d1948d5 100644 --- a/tracing-subscriber/Cargo.toml +++ b/tracing-subscriber/Cargo.toml @@ -48,7 +48,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.47.0", optional = true } time = { version = "0.3.2", features = ["formatting"], optional = true } # only required by the json feature