This release of tracing incorporates changes from tracing-corev0.1.30 and tracing-attributesv0.1.23,
including the new Subscriber::on_register_dispatch method for performing late
initialization after a Subscriber is registered as a Dispatch, and bugfixes
for the #[instrument] attribute. Additionally, it fixes instances of the
bare_trait_objects lint, which is now a warning on tracing'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]ed async fns (#2270)
attributes: Updated syn dependency to fix compilation with -Z minimal-versions (#2246)
bare_trait_objects warning in valueset! macro expansion (#2308)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps tracing from 0.1.35 to 0.1.37.
Release notes
Sourced from tracing's releases.
... (truncated)
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)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)