Commit 3da5f5d
authored
chore(deps): update rust crate tracing-subscriber to 0.3.19 (#1922)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tracing-subscriber](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tracing)) |
workspace.dependencies | patch | `0.3.18` -> `0.3.19` |
---
### Release Notes
<details>
<summary>tokio-rs/tracing (tracing-subscriber)</summary>
###
[`v0.3.19`](https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.19):
tracing-subscriber 0.3.19
[Compare
Source](https://redirect.github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)
\[ [crates.io][crate-0.3.19] ] | \[ [docs.rs][docs-0.3.19] ]
This release updates the `tracing` dependency to
[v0.1.41][tracing-0.1.41] and
the `tracing-serde` dependency to [v0.2.0][tracing-serde-0.2.0].
##### Added
- Add `set_span_events` to `fmt::Subscriber` ([#​2962])
- **tracing**: Allow `&[u8]` to be recorded as event/span field
([#​2954])
##### Changed
- Set `log` max level when reloading ([#​1270])
- Bump MSRV to 1.63 ([#​2793])
- Use const `thread_local`s when possible ([#​2838])
- Don't gate `with_ansi()` on the "ansi" feature ([#​3020])
- Updated tracing-serde to 0.2.0 ([#​3160])
[#​1270]: https://redirect.github.com/tokio-rs/tracing/pull/1270
[#​2793]: https://redirect.github.com/tokio-rs/tracing/pull/2793
[#​2838]: https://redirect.github.com/tokio-rs/tracing/pull/2838
[#​2954]: https://redirect.github.com/tokio-rs/tracing/pull/2954
[#​2962]: https://redirect.github.com/tokio-rs/tracing/pull/2962
[#​3020]: https://redirect.github.com/tokio-rs/tracing/pull/3020
[#​3160]: https://redirect.github.com/tokio-rs/tracing/pull/3160
[tracing-0.1.41]:
https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-0.1.41
[tracing-serde-0.2.0]:
https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-serde-0.2.0
[docs-0.3.19]:
https://docs.rs/tracing-subscriber/0.3.19/tracing_subscriber/
[crate-0.3.19]: https://crates.io/crates/tracing-subscriber/0.3.19
</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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40MC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->1 parent 27e3190 commit 3da5f5d
3 files changed
+4
-4
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 | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments