`env_logger 0.10.0` uses `is_terminal 0.4.0` and names its MSRV as 1.60, but the new release of `is_terminal 0.4.8` increases their MSRV to 1.63 (https://github.com/sunfishcode/is-terminal/blob/f720869b4796297d0c1814fe99a7914bf9391315/Cargo.toml#L16). So `env_logger 0.10.0` can only build with Rust 1.63+ at the moment.