Bump tracing-subscriber from 0.3.18 to 0.3.19
Bumps tracing-subscriber from 0.3.18 to 0.3.19.
Release notes
Sourced from tracing-subscriber's releases.
tracing-subscriber 0.3.19
[ [crates.io][crate-0.3.19] ] | [ [docs.rs][docs-0.3.19] ]
This release updates the
tracingdependency to [v0.1.41][tracing-0.1.41] and thetracing-serdedependency to [v0.2.0][tracing-serde-0.2.0].Added
- Add
set_span_eventstofmt::Subscriber(#2962)- tracing: Allow
&[u8]to be recorded as event/span field (#2954)Changed
- Set
logmax level when reloading (#1270)- Bump MSRV to 1.63 (#2793)
- Use const
thread_locals when possible (#2838)- Don't gate
with_ansi()on the "ansi" feature (#3020)- Updated tracing-serde to 0.2.0 (#3160)
#1270: tokio-rs/tracing#1270 #2793: tokio-rs/tracing#2793 #2838: tokio-rs/tracing#2838 #2954: tokio-rs/tracing#2954 #2962: tokio-rs/tracing#2962 #3020: tokio-rs/tracing#3020 #3160: tokio-rs/tracing#3160 [tracing-0.1.41]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.41 [tracing-serde-0.2.0]: https://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
Commits
311c313chore: prepare tracing-subscriber 0.3.19 (#3162)35f360achore: fix new Clippy lints in Rust 1.83.0 (#3165)c66a692chore: prepare tracing-serde 0.2.0 (#3160)0ca7887chore: prepare tracing 0.1.41 (#3159)504a287tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7chore: prepare tracing-core 0.1.33 (#3153)11c8273subscriber: don't gatewith_ansi()on the "ansi" feature (#3020)8a25a16core: fix missedregister_callsiteerror (#2938)6f08af0subscriber: setlogmax level when reloading (#1270)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.