tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.15k stars 673 forks source link

tracing-subscriber: bump nu-ansi-term to v0.50.0 #2930

Open paolobarbolini opened 3 months ago

paolobarbolini commented 3 months ago

Motivation

Dependency was outdated and depended on obsolete dependencies, as can be seen in https://crates.io/crates/nu-ansi-term/0.46.0/dependencies

Solution

Update it and solve the problem https://crates.io/crates/nu-ansi-term/0.50.0/dependencies

stefnotch commented 2 months ago

There's an open PR to replace nu-ansi-term with a different crate. I figured that that might be of interest to you, since it's an another option that would fix the usage of outdated dependencies. https://github.com/tokio-rs/tracing/pull/2914