You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tracing: update minimum tracing-attributes to 0.1.12 (#1222)
This branch updates the minimum `tracing-attributes` dependency from
v0.1.10 to v0.1.12. v0.1.12 includes a number of significant changes:
* Support for arbitrary field expressions in `#[instrument]` was added
in v0.1.11. This means that users who read the crates.io docs for
`tracing-attributes` will see that arbitrary field expressions are
permitted, but if `tracing` reexports an older version, this won't
actually work.
* v0.1.12 updates `#[instrument]` to use the `Instrumented` type from
`tracing` rather than from `tracing-futures`. This means async/await
will now work without an additional dependency on `tracing-futures`.
* Also, a few bugs were fixed in v0.1.11 and v0.1.12.
0 commit comments