chore(deps): update rust crate simple_logger to v5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
simple_logger | dev-dependencies | major |
4.3 -> 5.0.0
|
Release Notes
borntyping/rust-simple_logger (simple_logger)
v5.0.0
What's Changed
- Fix stderr color dependence on stdout by @spoutn1k in https://github.com/borntyping/rust-simple_logger/pull/91
- When using the
stderr
andcolors
features, logs will be printed in colour even when STDOUT is redirected. - Fixes #71.
- This also cleans up the feature names used in the code. All references should now be to the
colors
feature, not thecolored
dependency.
- When using the
- Removed
set_up_color_terminal
from the public API. This has been called byinit()
for a while now.
New Contributors
- @spoutn1k made their first contribution in https://github.com/borntyping/rust-simple_logger/pull/91
Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.3.3...v5.0.0
v4.3.3
What's Changed
- Added notes on project status to the README (
v4.3.1
). - Ensure
module_levels
is always sorted, so thatenabled()
correctly selects the most specific target. Fixes #90, thanks @nikarh.
Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.3.0...v4.3.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot