build(deps): bump tracing-core from 0.1.33 to 0.1.34 (#37300)

Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.33 to
0.1.34.
<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.34</h2>
<h3>Changed</h3>
<ul>
<li>Bump MSRV to 1.65 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3033">#3033</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Do not compare references to pointers to compare pointers (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3236">#3236</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tracing/issues/3033">#3033</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/3033">tokio-rs/tracing#3033</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3236">#3236</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/3236">tokio-rs/tracing#3236</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d08e7a6eea"><code>d08e7a6</code></a>
chore: prepare tracing-core 0.1.34 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3302">#3302</a>)</li>
<li><a
href="6e70c571d3"><code>6e70c57</code></a>
tracing-subscriber: count numbers of enters in <code>Timings</code> (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2944">#2944</a>)</li>
<li><a
href="c01d4fd9de"><code>c01d4fd</code></a>
fix docs and enable CI on <code>main</code> branch (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3295">#3295</a>)</li>
<li><a
href="cdc32121ba"><code>cdc3212</code></a>
tracing: fix &quot;name / parent&quot; variant of <code>event!</code>
(<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2983">#2983</a>)</li>
<li><a
href="656a7c909f"><code>656a7c9</code></a>
appender: introduce weekly rotation (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3218">#3218</a>)</li>
<li><a
href="c46c613adb"><code>c46c613</code></a>
fix: Do not compare references to pointers to compare pointers (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3236">#3236</a>)</li>
<li><a
href="09b70e265c"><code>09b70e2</code></a>
Let <code>dead_code</code> lint work on <code>#[instrument]</code>ed
functions (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3108">#3108</a>)</li>
<li><a
href="92fa6ce273"><code>92fa6ce</code></a>
chore: fix doc issues (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3292">#3292</a>)</li>
<li><a
href="4deba4aaea"><code>4deba4a</code></a>
attributes: Globally qualify attribute paths (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3126">#3126</a>)</li>
<li><a
href="2931b6f426"><code>2931b6f</code></a>
Update nu-ansi-term to 0.50 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3049">#3049</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.33...tracing-core-0.1.34">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tracing-core&package-manager=cargo&previous-version=0.1.33&new-version=0.1.34)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-07 10:27:20 +02:00 committed by GitHub
parent 8ad27f9f46
commit 6ebed53c0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -8050,9 +8050,9 @@ dependencies = [
[[package]]
name = "tracing-core"
version = "0.1.33"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
dependencies = [
"once_cell",
"valuable",