Update Rust crate env_logger to 0.10 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
env_logger | dependencies | minor |
0.9 -> 0.10
|
Release Notes
rust-cli/env_logger (env_logger)
v0.10.0
MSRV changed to 1.60 to hide optional dependencies
Fixes
- Resolved soundness issue by switching from
atty
tois-terminal
Breaking Changes
To open room for changing dependencies:
- Renamed
termcolor
feature tocolor
- Renamed
atty
feature toauto-color
v0.9.3
- Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.
v0.9.2
- Fix and un-deprecate Target::Pipe, which was basically not working at all before and deprecated in 0.9.1.
v0.9.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate [bot]