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

chore(deps): update rust crate tracing-log to 0.2 #74

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tracing-log (source) dev-dependencies minor 0.1 -> 0.2

Release Notes

tokio-rs/tracing (tracing-log)

v0.2.0: tracing-log 0.2.0

Compare Source

This release contains two breaking changes: the removal of the env_logger
and trace_logger features. Below are the suggested migration paths:

  • env_logger: users should use [tracing_subscriber::fmt::Subscriber][tracing_subscriber::fmt::Subscriber]
    or [tracing_subscriber::fmt::Layer][tracing_subscriber::fmt::Layer] with the [Targets][Targets] or
    [EnvFilter][EnvFilter] filters instead.
  • trace_logger: users should use the tracing crate's
    "log" feature flag instead.
Breaking Changes

v0.1.4: tracing-log 0.1.4

Compare Source

Changes
  • Deprecated env_logger feature in favor of tracing_subscriber::fmt::Subscriber ([#​2752])

#[2752]https://github.com/tokio-rs/tracing/pull/275252

v0.1.3: tracing-log 0.1.3

Compare Source

Added
  • log-tracer: Added LogTracer::with_interest_cache to enable a limited
    form of per-record Interest caching for log records (#​1636)
Changed
  • Updated minimum supported Rust version (MSRV) to Rust 1.49.0 (#​1913)
Fixed
  • log-tracer: Fixed LogTracer not honoring tracing max level filters
    (#​1543)
  • Broken links in documentation (#​2068, #​2077)

Thanks to @​Millione, @​teozkr, @​koute, @​Folyd, and @​ben0x539 for contributing to
this release!

v0.1.2

Compare Source

v0.1.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), 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 Mend Renovate. View repository job log here.

@epage epage merged commit 5666b48 into master Nov 1, 2023
15 checks passed
@epage epage deleted the renovate/tracing-log-0.x branch November 1, 2023 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant