Closed mmastrac closed 3 months ago
The broader issue is that atty is unmaintained. Version 0.11.x of env_logger solves this, but it requires Rust 1.71. I'll update to Rust 1.71 and then update env_logger.
Only a dev-dependency on atty left though criterion 0.3. I'll have to update Rust to 1.74 in order to upgrade that, shall I just jump to the latest Rust and update all dependencies? @mmastrac
Totally. Bumping everything works.
Great, I'll do this in the coming days. I'm travelling and couldn't really work the past days.
I've released v0.7.1 which sets the MSRV to 1.71.1 and solves RUSTSEC-2021-0145
The current version of
env_logger
is pointing at a version ofatty
that's vulnerable to https://rustsec.org/advisories/RUSTSEC-2021-0145.This risk is pretty low and it's unlikely to trigger any issues, but it shows up on dependabot alerts. :/