davidbarsky / tracing-tree

Apache License 2.0
123 stars 31 forks source link

Replace unmaintained `ansi_term` crate with `nu_ansi_term` crate. #52

Closed aaronbembenek-aws closed 1 year ago

aaronbembenek-aws commented 1 year ago

The ansi_term crate is no longer maintained (https://rustsec.org/advisories/RUSTSEC-2021-0139). This PR replaces this dependency with the nu_ansi_term crate.

Fixes #51