Update Rust crate tracing-subscriber to 0.3.17 #63

Merged
kjuulh merged 1 commits from renovate/all into main 2023-04-22 10:39:17 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
tracing-subscriber (source) dependencies patch 0.3.16 -> 0.3.17

Release Notes

tokio-rs/tracing

v0.3.17: tracing-subscriber 0.3.17

Compare Source

This release of tracing-subscriber fixes a build error when using env-filter
with recent versions of the regex crate. It also introduces several minor API
improvements.

Fixed
  • env-filter: Add "unicode-case" and "unicode-perl" to the regex
    dependency, fixing a build error with recent versions of regex (#​2566)
  • A number of minor documentation typos and other fixes (#​2384, #​2378,
    #​2368, #​2548)
Added
  • filter: Add fmt::Display impl for filter::Targets (#​2343)
  • fmt: Made with_ansi(false) no longer require the "ansi" feature, so that
    ANSI formatting escapes can be disabled without requiring ANSI-specific
    dependencies (#​2532)
Changed
  • fmt: Dim targets in the Compact formatter, matching the default
    formatter (#​2409)

Thanks to @​keepsimple1, @​andrewhalle, @​LeoniePhiline, @​LukeMathWalker,
@​howardjohn, @​daxpedda, and @​dbidwell94 for contributing to this release!


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 | |---|---|---|---| | [tracing-subscriber](https://tokio.rs) ([source](https://github.com/tokio-rs/tracing)) | dependencies | patch | `0.3.16` -> `0.3.17` | --- ### Release Notes <details> <summary>tokio-rs/tracing</summary> ### [`v0.3.17`](https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.17): tracing-subscriber 0.3.17 [Compare Source](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.16...tracing-subscriber-0.3.17) This release of `tracing-subscriber` fixes a build error when using `env-filter` with recent versions of the `regex` crate. It also introduces several minor API improvements. ##### Fixed - **env-filter**: Add "unicode-case" and "unicode-perl" to the `regex` dependency, fixing a build error with recent versions of `regex` ([#&#8203;2566]) - A number of minor documentation typos and other fixes ([#&#8203;2384], [#&#8203;2378], [#&#8203;2368], [#&#8203;2548]) ##### Added - **filter**: Add `fmt::Display` impl for `filter::Targets` ([#&#8203;2343]) - **fmt**: Made `with_ansi(false)` no longer require the "ansi" feature, so that ANSI formatting escapes can be disabled without requiring ANSI-specific dependencies ([#&#8203;2532]) ##### Changed - **fmt**: Dim targets in the `Compact` formatter, matching the default formatter ([#&#8203;2409]) Thanks to [@&#8203;keepsimple1](https://github.com/keepsimple1), [@&#8203;andrewhalle](https://github.com/andrewhalle), [@&#8203;LeoniePhiline](https://github.com/LeoniePhiline), [@&#8203;LukeMathWalker](https://github.com/LukeMathWalker), [@&#8203;howardjohn](https://github.com/howardjohn), [@&#8203;daxpedda](https://github.com/daxpedda), and [@&#8203;dbidwell94](https://github.com/dbidwell94) for contributing to this release! [#&#8203;2566]: https://github.com/tokio-rs/tracing/pull/2566 [#&#8203;2384]: https://github.com/tokio-rs/tracing/pull/2384 [#&#8203;2378]: https://github.com/tokio-rs/tracing/pull/2378 [#&#8203;2368]: https://github.com/tokio-rs/tracing/pull/2368 [#&#8203;2548]: https://github.com/tokio-rs/tracing/pull/2548 [#&#8203;2343]: https://github.com/tokio-rs/tracing/pull/2343 [#&#8203;2532]: https://github.com/tokio-rs/tracing/pull/2532 [#&#8203;2409]: https://github.com/tokio-rs/tracing/pull/2409 </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 2023-04-22 10:16:28 +02:00
Update Rust crate tracing-subscriber to 0.3.17
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
61ac6dd614
kjuulh merged commit 61ac6dd614 into main 2023-04-22 10:39:17 +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/octopush#63
No description provided.