Update Rust crate env_logger to 0.11.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
env_logger | dependencies | minor |
0.10.2 -> 0.11.0
|
Release Notes
rust-cli/env_logger (env_logger)
v0.11.0
Breaking Change
- Removed bespoke styling API
env_logger::fmt::Formatter::style
env_logger::fmt::Formatter::default_styled_level
env_logger::fmt::Style
env_logger::fmt::Color
env_logger::fmt::StyledValue
- Removed
env_logger::filter
in favor ofenv_filter
Compatibility
MSRV changed to 1.71
Features
- Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
- Add support for
NO_COLOR
andCLICOLOR_FORCE
, see https://bixense.com/clicolors/
Fixes
- Print colors when
is_test(true)
- Allow styling with
Target::Pipe
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.