Skip to content

chore(deps): update rust crate simple_logger to v5

Renovate Bot requested to merge renovate/simple_logger-5.x into main

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

Compare Source

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 and colors 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 the colored dependency.
  • Removed set_up_color_terminal from the public API. This has been called by init() for a while now.

New Contributors

Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.3.3...v5.0.0

v4.3.3

Compare Source

What's Changed

  • Added notes on project status to the README (v4.3.1).
  • Ensure module_levels is always sorted, so that enabled() 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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports