fix(deps): update rust crate flexi_logger to 0.29.0 #43

Merged
kemitix merged 1 commit from renovate/flexi_logger-0.x into main 2024-08-25 22:26:28 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
flexi_logger (source) dependencies minor 0.28.0 -> 0.29.0

Release Notes

emabee/flexi_logger (flexi_logger)

v0.29.0

Revised SyslogWriter (-> version bump): introduced builder pattern,
added a configuration option for the message format
(resolves issue #​168, kudos to krims0n32).

LoggerHandle::existing_log_files now also returns a meaningful result if file rotation is not
used. Kudos to drdo for
discussion 170.

v0.28.5

Remove unnecessary dependency to is-terminal.

Add impl From<LevelFilter> for LogSpecification.

Kudos to Oakchris1955.

v0.28.4

Fix issue #​162
(FileLogWriter does not follow its max_level), kudos to JoeWildfong.

v0.28.3

Add special handling for empty current infix to Naming::TimestampsCustomFormat
(issue #​161).

v0.28.2

Add variant Naming::TimestampsCustomFormat (issue #​158),
kudos to jb-alvarado.

v0.28.1

Introduce flexi_logger::init() as super-minimal entry usage.

Update dependencies.


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 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 | |---|---|---|---| | [flexi_logger](https://crates.io/crates/flexi_logger) ([source](https://github.com/emabee/flexi_logger)) | dependencies | minor | `0.28.0` -> `0.29.0` | --- ### Release Notes <details> <summary>emabee/flexi_logger (flexi_logger)</summary> ### [`v0.29.0`](https://github.com/emabee/flexi_logger/blob/HEAD/CHANGELOG.md#0290---2024-08-25) Revised `SyslogWriter` (-> version bump): introduced builder pattern, added a configuration option for the message format (resolves [issue #&#8203;168](https://github.com/emabee/flexi_logger/issues/168), kudos to [krims0n32](https://github.com/krims0n32)). `LoggerHandle::existing_log_files` now also returns a meaningful result if file rotation is not used. Kudos to [drdo](https://github.com/drdo) for [discussion 170](https://github.com/emabee/flexi_logger/discussions/170). ### [`v0.28.5`](https://github.com/emabee/flexi_logger/blob/HEAD/CHANGELOG.md#0285---2024-06-21) Remove unnecessary dependency to `is-terminal`. Add impl `From<LevelFilter>` for `LogSpecification`. Kudos to [Oakchris1955](https://github.com/Oakchris1955). ### [`v0.28.4`](https://github.com/emabee/flexi_logger/blob/HEAD/CHANGELOG.md#0284---2024-06-14) Fix [issue #&#8203;162](https://github.com/emabee/flexi_logger/issues/162) (FileLogWriter does not follow its max_level), kudos to [JoeWildfong](https://github.com/JoeWildfong). ### [`v0.28.3`](https://github.com/emabee/flexi_logger/blob/HEAD/CHANGELOG.md#0283---2024-06-10) Add special handling for empty current infix to `Naming::TimestampsCustomFormat` ([issue #&#8203;161](https://github.com/emabee/flexi_logger/issues/161)). ### [`v0.28.2`](https://github.com/emabee/flexi_logger/blob/HEAD/CHANGELOG.md#0282---2024-06-09) Add variant `Naming::TimestampsCustomFormat` ([issue #&#8203;158](https://github.com/emabee/flexi_logger/issues/158)), kudos to [jb-alvarado](https://github.com/jb-alvarado). ### [`v0.28.1`](https://github.com/emabee/flexi_logger/blob/HEAD/CHANGELOG.md#0281---2024-06-01) Introduce `flexi_logger::init()` as super-minimal entry usage. Update dependencies. </details> --- ### 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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41Mi4zIiwidXBkYXRlZEluVmVyIjoiMzguNTIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2024-08-25 20:16:52 +01:00
fix(deps): update rust crate flexi_logger to 0.29.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
202b5bf0b5
kemitix merged commit fbd398c9a9 into main 2024-08-25 22:26:28 +01:00
kemitix deleted branch renovate/flexi_logger-0.x 2024-08-25 22:26:28 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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: kemitix/paperoni#43
No description provided.