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.
env_logger 0.10.0usesis_terminal 0.4.0and names its MSRV as 1.60, but the new release ofis_terminal 0.4.8increases their MSRV to 1.63 (https://github.com/sunfishcode/is-terminal/blob/f720869b4796297d0c1814fe99a7914bf9391315/Cargo.toml#L16). Soenv_logger 0.10.0can only build with Rust 1.63+ at the moment.