davidbarsky / tracing-tree

Apache License 2.0
123 stars 31 forks source link

replace atty with is-terminal #59

Closed conradludgate closed 1 year ago

conradludgate commented 1 year ago

See https://rustsec.org/advisories/RUSTSEC-2021-0145.html

Can potentially be replaced with https://doc.rust-lang.org/std/io/struct.Stderr.html#method.is_terminal once it is stabilised

davidbarsky commented 1 year ago

This is probably a reasonable change, thank you!