mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #28856 - servo:dependabot/cargo/tracing-core-0.1.24, r=jdm
Bump tracing-core from 0.1.21 to 0.1.24 Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.21 to 0.1.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-core's releases</a>.</em></p> <blockquote> <h2>tracing-core 0.1.24</h2> <p>This release fixes a bug where setting <code>NoSubscriber</code> as the local default would not disable the global default subscriber locally.</p> <h3>Fixed</h3> <ul> <li>Setting <code>NoSubscriber</code> as the local default now correctly disables the global default subscriber (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2001">#2001</a>)</li> <li>Fixed compilation warnings with the "std" feature disabled (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2022">#2022</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Removed unnecessary use of <code>write!</code> and <code>format_args!</code> macros (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1988">#1988</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1988">#1988</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1988">tokio-rs/tracing#1988</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2001">#2001</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2001">tokio-rs/tracing#2001</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2022">#2022</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2022">tokio-rs/tracing#2022</a></p> <h2>tracing-core 0.1.23</h2> <h3>Changed</h3> <ul> <li>Removed <code>#[inline]</code> attributes from some <code>Dispatch</code> methods whose callers are now inlined (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1974">#1974</a>)</li> <li>Bumped minimum supported Rust version (MSRV) to Rust 1.49.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1913">#1913</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1913">#1913</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1913">tokio-rs/tracing#1913</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1974">#1974</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1974">tokio-rs/tracing#1974</a></p> <h2>tracing-core 0.1.22</h2> <p>This release adds <em>experimental</em> support for recording structured field values using the [<code>valuable</code>] crate. See [this blog post][post] for details on <code>valuable</code>.</p> <p>Note that <code>valuable</code> support currently requires <code>--cfg tracing_unstable</code>. See the documentation for details.</p> <h3>Added</h3> <ul> <li><strong>field</strong>: Experimental support for recording field values using the [<code>valuable</code>] crate (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1608">#1608</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1888">#1888</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1887">#1887</a>)</li> <li><strong>field</strong>: Added <code>ValueSet::record</code> method (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1823">#1823</a>)</li> <li><strong>subscriber</strong>: <code>Default</code> impl for <code>NoSubscriber</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1785">#1785</a>)</li> <li><strong>metadata</strong>: New <code>Kind::HINT</code> to support the <code>enabled!</code> macro in <code>tracing</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1883">#1883</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1891">#1891</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed a number of documentation issues (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1665">#1665</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1692">#1692</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1737">#1737</a>)</li> </ul> <p>Thanks to <a href="https://github.com/xd009642"><code>@xd009642</code></a>, <a href="https://github.com/Skepfyr"><code>@Skepfyr</code></a>, <a href="https://github.com/guswynn"><code>@guswynn</code></a>, <a href="https://github.com/Folyd"><code>@Folyd</code></a>, and <a href="https://github.com/mbergkvist"><code>@mbergkvist</code></a> for</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="8f240e6b6f
"><code>8f240e6</code></a> core: prepare to release 0.1.24 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2042">#2042</a>)</li> <li><a href="42888dc5c9
"><code>42888dc</code></a> subscriber: prepare to release v0.3.10 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2041">#2041</a>)</li> <li><a href="e81ba60e69
"><code>e81ba60</code></a> subscriber: add <code>EnvFilter::builder</code>, option to disable regex (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2035">#2035</a>)</li> <li><a href="ceed872742
"><code>ceed872</code></a> tracing: add <code>span_enabled!</code> and <code>event_enabled!</code> macros (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1900">#1900</a>)</li> <li><a href="b1977eae3e
"><code>b1977ea</code></a> subscriber: Add <code>Filtered</code> and <code>fmt::Layer</code> accessors (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2034">#2034</a>)</li> <li><a href="5cd4b57142
"><code>5cd4b57</code></a> subscriber: add <code>Layer</code> impl for <code>Vec\<L: Layer></code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2027">#2027</a>)</li> <li><a href="30204cbe38
"><code>30204cb</code></a> subscriber: let <code>EnvFIlter</code>'s filter disabled help say help without ansi_term...</li> <li><a href="7921a3b466
"><code>7921a3b</code></a> subscriber: add <code>Layer::boxed</code> method (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2026">#2026</a>)</li> <li><a href="b21d2369c8
"><code>b21d236</code></a> subscriber: fix <code>FmtLayer</code>'s auto traits inheriting <code>S</code>'s (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2024">#2024</a>)</li> <li><a href="e856d8f5e7
"><code>e856d8f</code></a> subscriber: fix docs link to <code>Layer</code> impl for <code>Box</code></li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.21...tracing-core-0.1.24">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This commit is contained in:
commit
a80b962f56
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6848,9 +6848,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tracing-core"
|
||||
version = "0.1.21"
|
||||
version = "0.1.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
||||
checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue