Skip to content

Commit 3da5f5d

Browse files
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` ([#&#8203;2962]) - **tracing**: Allow `&[u8]` to be recorded as event/span field ([#&#8203;2954]) ##### Changed - Set `log` max level when reloading ([#&#8203;1270]) - Bump MSRV to 1.63 ([#&#8203;2793]) - Use const `thread_local`s when possible ([#&#8203;2838]) - Don't gate `with_ansi()` on the "ansi" feature ([#&#8203;3020]) - Updated tracing-serde to 0.2.0 ([#&#8203;3160]) [#&#8203;1270]: https://redirect.github.com/tokio-rs/tracing/pull/1270 [#&#8203;2793]: https://redirect.github.com/tokio-rs/tracing/pull/2793 [#&#8203;2838]: https://redirect.github.com/tokio-rs/tracing/pull/2838 [#&#8203;2954]: https://redirect.github.com/tokio-rs/tracing/pull/2954 [#&#8203;2962]: https://redirect.github.com/tokio-rs/tracing/pull/2962 [#&#8203;3020]: https://redirect.github.com/tokio-rs/tracing/pull/3020 [#&#8203;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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tokio-stream = "0.1.16"
121121
toml = "0.8.19"
122122
toml_edit = "0.22.22"
123123
tracing = "0.1.41"
124-
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "tracing-log", "fmt"] }
124+
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["std", "tracing-log", "fmt"] }
125125
unicode-ident = "1.0.14"
126126
unicode-normalization = "0.1.24"
127127
win32job = "2.0.0"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde = { version = "1.0.215", features = ["alloc", "derive"] }
3232
serde_json = { version = "1.0.133", features = ["unbounded_depth"] }
3333
tokio = { version = "1.41.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
3434
tracing-core = { version = "0.1.33" }
35-
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "tracing-log"] }
35+
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt", "tracing-log"] }
3636
xxhash-rust = { version = "0.8.12", default-features = false, features = ["xxh3", "xxh64"] }
3737
zerocopy = { version = "0.7.35", features = ["derive", "simd"] }
3838

0 commit comments

Comments
 (0)