Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate tracing-subscriber to 0.3.14 #18

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tracing-subscriber (source) dependencies patch 0.3.11 -> 0.3.14

Release Notes

tokio-rs/tracing

v0.3.14

Compare Source

This release fixes multiple filtering bugs in the Layer implementations for
Option<impl Layer> and Vec<impl Layer>.

Fixed
  • layer: Layer::event_enabled implementation for Option<impl Layer<S>>
    returning false when the Option is None, disabling all events globally
    (#​2193)
  • layer: Layer::max_level_hint implementation for Option<impl Layer<S>>
    incorrectly disabling max level filtering when the option is None (#​2195)
  • layer: Layer::max_level_hint implementation for Vec<impl Layer<S>>
    returning LevelFilter::ERROR rather than LevelFilter::OFF when the Vec
    is empty (#​2195)

Thanks to @​CAD97 and @​guswynn for contributing to this release!

v0.3.13

Compare Source

v0.3.12

Compare Source


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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 29, 2022

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot changed the title fix(deps): update rust crate tracing-subscriber to 0.3.12 fix(deps): update rust crate tracing-subscriber to 0.3.12 - autoclosed Jun 30, 2022
@renovate renovate bot closed this Jun 30, 2022
@renovate renovate bot deleted the renovate/tracing-subscriber-0.x branch June 30, 2022 22:04
@renovate renovate bot changed the title fix(deps): update rust crate tracing-subscriber to 0.3.12 - autoclosed fix(deps): update rust crate tracing-subscriber to 0.3.12 Jul 1, 2022
@renovate renovate bot reopened this Jul 1, 2022
@renovate renovate bot restored the renovate/tracing-subscriber-0.x branch July 1, 2022 20:13
@renovate renovate bot force-pushed the renovate/tracing-subscriber-0.x branch from d39a5dc to 0026b49 Compare July 1, 2022 20:51
@renovate renovate bot changed the title fix(deps): update rust crate tracing-subscriber to 0.3.12 fix(deps): update rust crate tracing-subscriber to 0.3.14 Jul 1, 2022
@msfjarvis msfjarvis merged commit 10c487a into main Jul 1, 2022
@msfjarvis msfjarvis deleted the renovate/tracing-subscriber-0.x branch July 1, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant