server-rust
server-rust copied to clipboard
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
tracingincorporates changes fromtracing-corev0.1.30 andtracing-attributesv0.1.23, including the newSubscriber::on_register_dispatchmethod for performing late initialization after aSubscriberis registered as aDispatch, and bugfixes for the#[instrument]attribute. Additionally, it fixes instances of thebare_trait_objectslint, 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 fns (#2270)- attributes: Updated
syndependency to fix compilation with-Z minimal-versions(#2246)bare_trait_objectswarning invalueset!macro expansion (#2308)Added
- core:
Subscriber::on_register_dispatchmethod (#2269)- core:
WeakDispatchtype andDispatch::downgrade()function (#2293)Changed
Documented
- Added
tracing-webandreqwest-tracingto related crates (#2283, #2331)Thanks to new contributors
@compiler-errors,@e-nomem,@WorldSEnder,@Xiami2012, and@tl-rodrigo-gryzinski, as well as@jswrennand@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
8e35927tracing: prepare to release v0.1.37 (#2341)64b221dattributes: prepare to release v0.1.23 (#2340)92cb2f0attributes: fix handling of inner attributes (#2307)8b01ea9core: prepare to release v0.1.30 (#2339)d7372d7tracing: addreqwest-tracingto related crates in README (#2331)257f86fopentelemetry: fix metrics docs usingvalue.instead ofhistogram.(#2326)130c499subscriber: fixNonelayers setting the max level toOFF(#2321)c542120appender: add option to automatically delete old log files (#2323)37c2434core: addDispatch::downgrade()andWeakDispatch(#2293)b740179attributes: suppress dead code warnings for compile tests (#2322)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)