Commit 04a0d93
authored
Update tokio-tracing monorepo (#2805)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tracing](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tracing)) |
workspace.dependencies | patch | `0.1.41` -> `0.1.43` |
| [tracing-subscriber](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tracing)) |
workspace.dependencies | patch | `0.3.20` -> `0.3.22` |
---
### Release Notes
<details>
<summary>tokio-rs/tracing (tracing)</summary>
###
[`v0.1.43`](https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-0.1.43):
tracing 0.1.43
[Compare
Source](https://redirect.github.com/tokio-rs/tracing/compare/tracing-0.1.42...tracing-0.1.43)
##### Important
The previous release [0.1.42] was yanked because [#​3382] was a
breaking change.
See further details in [#​3424]. This release contains all the
changes from that
version, plus a revert for the problematic part of the breaking PR.
##### Fixed
- Revert "make `valueset` macro sanitary" ([#​3425])
[#​3382]: https://redirect.github.com/tokio-rs/tracing/pull/3382
[#​3424]: https://redirect.github.com/tokio-rs/tracing/pull/3424
[#​3425]: https://redirect.github.com/tokio-rs/tracing/pull/3425
[0.1.42]:
https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42
###
[`v0.1.42`](https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42):
tracing 0.1.42
[Compare
Source](https://redirect.github.com/tokio-rs/tracing/compare/tracing-0.1.41...tracing-0.1.42)
##### Important
The [`Span::record_all`] method has been removed from the documented
API. It
was always unsuable via the documented API as it requried a `ValueSet`
which
has no publically documented constructors. The method remains, but
should not
be used outside of `tracing` macros.
##### Added
- **attributes**: Support constant expressions as instrument field names
([#​3158])
- Add `record_all!` macro for recording multiple values in one call
([#​3227])
- **core**: Improve code generation at trace points significantly
([#​3398])
##### Changed
- `tracing-core`: updated to 0.1.35 ([#​3414])
- `tracing-attributes`: updated to 0.1.31 ([#​3417])
##### Fixed
- Fix "name / parent" variant of `event!` ([#​2983])
- Remove 'r#' prefix from raw identifiers in field names
([#​3130])
- Fix perf regression when `release_max_level_*` not set
([#​3373])
- Use imported instead of fully qualified path ([#​3374])
- Make `valueset` macro sanitary ([#​3382])
##### Documented
- **core**: Add missing `dyn` keyword in `Visit` documentation code
sample ([#​3387])
[#​2983]:
https://redirect.github.com/tokio-rs/tracing/pull/#​2983
[#​3130]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3130
[#​3158]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3158
[#​3227]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3227
[#​3373]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3373
[#​3374]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3374
[#​3382]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3382
[#​3387]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3387
[#​3398]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3398
[#​3414]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3414
[#​3417]:
https://redirect.github.com/tokio-rs/tracing/pull/#​3417
[`Span::record_all`]:
https://docs.rs/tracing/0.1.41/tracing/struct.Span.html#method.record_all
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone
America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone
America/Los_Angeles.
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->1 parent fbd5d03 commit 04a0d93
3 files changed
+11
-11
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments