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

subscriber: update minimum tracing-core dep to 0.1.28 #2190

Merged
merged 1 commit into from
Jun 30, 2022

Commits on Jun 30, 2022

  1. subscriber: update minimum tracing-core dep to 0.1.28

    PR #2008 added a new method to the `tracing_core::Subscriber` trait, and
    modified `tracing-subscriber` to and implement that method. However,
    that PR did *not* increase the minimum `tracing-core` dependency for the
    `tracing-subscriber` crate.
    
    This means that if a dependent of `tracing-subscriber` updates *only*
    `tracing-subscriber` dependency version (e.g. by running
    `cargo update -p tracing-subscriber`), it will not also update its
    `tracing-core` version to one that contains the new method, and
    `tracing-subscriber` will fail to compile. This is a common occurence
    with projects using Dependabot, for example.
    
    This commit updates `tracing-subscriber`'s minimum `tracing-core` dep to
    0.1.28. Once this merges, I'll release 0.3.13 of `tracing-subscriber`
    and yank 0.3.12.
    hawkw committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    9eb1f42 View commit details
    Browse the repository at this point in the history