fix(deps): update rust crate tracing-subscriber to 0.3.16 - autoclosed #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/tracing-subscriber-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.3.15
->0.3.16
Release Notes
tokio-rs/tracing
v0.3.16
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: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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 Renovate Bot.
fix(deps): update rust crate tracing-subscriber to 0.3.16to fix(deps): update rust crate tracing-subscriber to 0.3.16 - autoclosedPull request closed