emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
315 stars 55 forks source link

RUSTSEC-2021-0145 #136

Closed Shatur closed 1 year ago

Shatur commented 1 year ago

On windows, atty dereferences a potentially unaligned pointer and not maintained. See RUSTSEC-2021-0145 for more info. I would suggest to switch to is-terminal

emabee commented 1 year ago

Fixed with 0.25.2.