fix(deps): update rust crate simple_logger to v5 #9

Merged
kjuulh merged 1 commits from renovate/all into main 2024-04-30 18:55:47 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
simple_logger dependencies major 4 -> 5

Release Notes

borntyping/rust-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

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.1.0...v4.2.0

v4.1.0

Compare Source

What's Changed

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


Configuration

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

🚦 Automerge: Enabled.

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

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [simple_logger](https://github.com/borntyping/rust-simple_logger) | dependencies | major | `4` -> `5` | --- ### Release Notes <details> <summary>borntyping/rust-simple_logger</summary> ### [`v5.0.0`](https://github.com/borntyping/rust-simple_logger/releases/tag/v5.0.0) [Compare Source](https://github.com/borntyping/rust-simple_logger/compare/v4.3.3...v5.0.0) #### What's Changed - Fix stderr color dependence on stdout by [@&#8203;spoutn1k](https://github.com/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 [#&#8203;71](https://github.com/borntyping/rust-simple_logger/issues/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 - [@&#8203;spoutn1k](https://github.com/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`](https://github.com/borntyping/rust-simple_logger/releases/tag/v4.3.3) [Compare Source](https://github.com/borntyping/rust-simple_logger/compare/v4.3.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 that `enabled()` correctly selects the most specific target. Fixes [#&#8203;90](https://github.com/borntyping/rust-simple_logger/issues/90), thanks [@&#8203;nikarh](https://github.com/nikarh). **Full Changelog**: https://github.com/borntyping/rust-simple_logger/compare/v4.3.0...v4.3.2 ### [`v4.3.0`](https://github.com/borntyping/rust-simple_logger/releases/tag/v4.3.0) [Compare Source](https://github.com/borntyping/rust-simple_logger/compare/v4.2.0...v4.3.0) #### What's Changed - Upgrade `windows-sys` from 0.42 to 0.48 by [@&#8203;iamjpotts](https://github.com/iamjpotts) in https://github.com/borntyping/rust-simple_logger/pull/83 - Remove misguided `env_logger` reference from docs by [@&#8203;igortg](https://github.com/igortg) in https://github.com/borntyping/rust-simple_logger/pull/87 - Add `max_level` method, to enable users to own a valid configured instance before calling `set_boxed_logger` by [@&#8203;twiby](https://github.com/twiby) in https://github.com/borntyping/rust-simple_logger/pull/88 - Added a `wrap.rs` example showing how you might wrap the logger with your own. #### New Contributors - [@&#8203;iamjpotts](https://github.com/iamjpotts) made their first contribution in https://github.com/borntyping/rust-simple_logger/pull/83 - [@&#8203;igortg](https://github.com/igortg) made their first contribution in https://github.com/borntyping/rust-simple_logger/pull/87 - [@&#8203;twiby](https://github.com/twiby) made their first contribution in https://github.com/borntyping/rust-simple_logger/pull/88 **Full Changelog**: https://github.com/borntyping/rust-simple_logger/compare/v4.2.0...v4.3.0 ### [`v4.2.0`](https://github.com/borntyping/rust-simple_logger/releases/tag/v4.2.0) [Compare Source](https://github.com/borntyping/rust-simple_logger/compare/v4.1.0...v4.2.0) #### What's Changed - replace dependency to atty for windows targets by std implementation by [@&#8203;ChrisCA](https://github.com/ChrisCA) in https://github.com/borntyping/rust-simple_logger/pull/81 - Minimum supported rust-version on windows is 1.70. **Full Changelog**: https://github.com/borntyping/rust-simple_logger/compare/v4.1.0...v4.2.0 ### [`v4.1.0`](https://github.com/borntyping/rust-simple_logger/releases/tag/v4.1.0) [Compare Source](https://github.com/borntyping/rust-simple_logger/compare/v4.0.0...v4.1.0) #### What's Changed - Customizable timestamps format by [@&#8203;ctaoist](https://github.com/ctaoist) in https://github.com/borntyping/rust-simple_logger/pull/79 **Full Changelog**: https://github.com/borntyping/rust-simple_logger/compare/v4.0.0...v4.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2024-04-30 18:23:20 +02:00
fix(deps): update rust crate simple_logger to v5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
0ad488ba72
kjuulh merged commit 0ad488ba72 into main 2024-04-30 18:55:47 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/como-web#9
No description provided.