chore(deps): bump tracing from 0.1.36 to 0.1.37
Bumps tracing from 0.1.36 to 0.1.37.
Release notes
Sourced from tracing's releases.
tracing 0.1.37
This release of
tracing
incorporates changes fromtracing-core
v0.1.30 andtracing-attributes
v0.1.23, including the newSubscriber::on_register_dispatch
method for performing late initialization after aSubscriber
is registered as aDispatch
, and bugfixes for the#[instrument]
attribute. Additionally, it fixes instances of thebare_trait_objects
lint, which is now a warning ontracing
's MSRV and will become an error in the next edition.Fixed
- attributes: Incorrect handling of inner attributes in
#[instrument]
ed functions (#2307)- attributes: Incorrect location of compiler diagnostic spans generated for type errors in
#[instrument]
edasync fn
s (#2270)- attributes: Updated
syn
dependency to fix compilation with-Z minimal-versions
(#2246)bare_trait_objects
warning invalueset!
macro expansion (#2308)Added
- core:
Subscriber::on_register_dispatch
method (#2269)- core:
WeakDispatch
type andDispatch::downgrade()
function (#2293)Changed
Documented
- Added
tracing-web
andreqwest-tracing
to related crates (#2283, #2331)Thanks to new contributors
@compiler-errors
,@e-nomem
,@WorldSEnder
,@Xiami2012
, and@tl-rodrigo-gryzinski
, as well as@jswrenn
and@CAD97
, for contributing to this release!#2246: tokio-rs/tracing#2246 #2269: tokio-rs/tracing#2269 #2283: tokio-rs/tracing#2283 #2270: tokio-rs/tracing#2270 #2293: tokio-rs/tracing#2293 #2307: tokio-rs/tracing#2307 #2308: tokio-rs/tracing#2308 #2331: tokio-rs/tracing#2331
Commits
-
8e35927
tracing: prepare to release v0.1.37 (#2341) -
64b221d
attributes: prepare to release v0.1.23 (#2340) -
92cb2f0
attributes: fix handling of inner attributes (#2307) -
8b01ea9
core: prepare to release v0.1.30 (#2339) -
d7372d7
tracing: addreqwest-tracing
to related crates in README (#2331) -
257f86f
opentelemetry: fix metrics docs usingvalue.
instead ofhistogram.
(#2326) -
130c499
subscriber: fixNone
layers setting the max level toOFF
(#2321) -
c542120
appender: add option to automatically delete old log files (#2323) -
37c2434
core: addDispatch::downgrade()
andWeakDispatch
(#2293) -
b740179
attributes: suppress dead code warnings for compile tests (#2322) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts