fix(deps): update rust crate tracing-subscriber to 0.3.16 #51
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.15
->0.3.16
Release Notes
tokio-rs/tracing
v0.3.16
: tracing-subscriber 0.3.16Compare Source
This release of
tracing-subscriber
fixes a regression introduced inv0.3.15 where
Option::None
'sLayer
implementation wouldset the max level hint to
OFF
. In addition, it adds several new APIs,including the
Filter::event_enabled
method for filtering events based onfields values, and the ability to log internal errors that occur when writing a
log line.
This release also replaces the dependency on the unmaintained [
ansi-term
]crate with the [
nu-ansi-term
] crate, resolving an informational securityadvisory (RUSTSEC-2021-0139) for [
ansi-term
]'s maintainance status. Thisincreases the minimum supported Rust version (MSRV) to Rust 1.50+, although the
crate should still compile for the previous MSRV of Rust 1.49+ when the
ansi
feature is not enabled.
Fixed
Option::None
'sLayer
impl always setting themax_level_hint
to
LevelFilter::OFF
(#2321)-Z minimal versions
(#2246)tracing-subscriber
(#2285)Added
stderr
if writing a log line fails (#2102)FmtLayer::log_internal_errors
andFmtSubscriber::log_internal_errors
methods for configuring whether internalwriter errors are printed to
stderr
(#2102)#[must_use]
attributes on builders to warn if aSubscriber
isconfigured but not set as the default subscriber (#2239)
Filter::event_enabled
method for filtering an event based on itsfields (#2245, #2251)
Targets::default_level
accessor ([#2242])Changed
ansi-term
crate withnu-ansi-term
((#2287, fixes informational advisory RUSTSEC-2021-0139)tracing-core
: updated to 0.1.30ansi
) feature flag is enabled (#2287)Documented
fmt::init
documentation (#2224)filter::Not
combinator (#2249)Thanks to new contributors @cgbur, @DesmondWillowbrook, @RalfJung, and
@poliorcetics, as well as returning contributors @CAD97, @connec, @jswrenn,
@guswynn, and @bryangarza, 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.
This PR has been generated by Mend Renovate. View repository job log here.