diff options
author | bors-servo <servo-ops@mozilla.com> | 2022-04-14 22:49:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 22:49:32 -0400 |
commit | f0fac9b38208b9edd24d473596829816c99ac155 (patch) | |
tree | 0a0fbe7be355f354853b2bfe9624880c0cd164b2 /python/servo/post_build_commands.py | |
parent | c70f41e980463a49444c6defbd78fe07645e5328 (diff) | |
parent | 82089b418dba7d941e8032afec71eba2e3586638 (diff) | |
download | servo-f0fac9b38208b9edd24d473596829816c99ac155.tar.gz servo-f0fac9b38208b9edd24d473596829816c99ac155.zip |
Auto merge of #28865 - servo:dependabot/cargo/tracing-core-0.1.25, r=jdm
Bump tracing-core from 0.1.24 to 0.1.25
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.24 to 0.1.25.
<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.25</h2>
<p>This release adds additional <code>Value</code> implementations for <code>std::error::Error</code>
trait objects with auto trait bounds (<code>Send</code> and <code>Sync</code>), as Rust will not
auto-coerce trait objects. Additionally, it fixes a bug when setting scoped
dispatchers that was introduced in the previous release (<a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.24">v0.1.24</a>).</p>
<h3>Added</h3>
<ul>
<li><code>Value</code> implementations for <code>dyn Error + Send + 'static</code>, <code>dyn Error + Send + Sync + 'static</code>, <code>dyn Error + Sync + 'static</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2066">#2066</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Failure to use the global default dispatcher if a thread has set a scoped
default prior to setting the global default, and unset the scoped default
after setting the global default (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2065">#2065</a>)</li>
</ul>
<p>Thanks to <a href="https://github.com/lilyball"><code>@lilyball</code></a> for contributing to this release!</p>
<p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2066">#2066</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2066">tokio-rs/tracing#2066</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2065">#2065</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2065">tokio-rs/tracing#2065</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/tracing/commit/9d10e2cfe0e9d2d044462ec9e002668a80d45c5d"><code>9d10e2c</code></a> core: prepare to release v0.1.25 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2070">#2070</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/50a726b6470bdd939528a9788434e0eafd0b3348"><code>50a726b</code></a> core: impl <code>Value</code> for <code>dyn Error + Send/Sync</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2066">#2066</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/fc694a5bcc8c97a774f43e8c2c8b6297f5aa2365"><code>fc694a5</code></a> core: fix scoped dispatchers clobbering the global default (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2065">#2065</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/3c85d9c85c01a881e7d6292d37a3f8ac351beebf"><code>3c85d9c</code></a> subscriber: fix doc link for impl Layer for Vec (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2064">#2064</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/b9da5441ea0de983e6ad9c2e8c342938779f3e95"><code>b9da544</code></a> subscriber: prepare to release v0.3.11 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2062">#2062</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/40fb3043701fda4fca31cdafb68b0205be3dbaef"><code>40fb304</code></a> tracing: prepare to release v0.1.33 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2061">#2061</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/d91af65bde385741e3e80ca13ba3ef0bd9c476f2"><code>d91af65</code></a> chore(ci): add a minimal-versions check (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2015">#2015</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/ce613f879535254d31d633307a356a89e179c10f"><code>ce613f8</code></a> journald: remove span field prefixes; add separate fields for span data (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1968">#1968</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/b0146c5784c2779f9df13bd1ca4bc10d2a65718d"><code>b0146c5</code></a> subscriber: add missing <code>Filter::on_record</code> for to <code>EnvFilter</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2058">#2058</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/d554b2b589f2d35f358e01d461f7196ac5619ec5"><code>d554b2b</code></a> subscriber: add inherent impls for <code>EnvFilter</code> methods (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2057">#2057</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.24...tracing-core-0.1.25">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>
Diffstat (limited to 'python/servo/post_build_commands.py')
0 files changed, 0 insertions, 0 deletions