build(deps): bump proc-macro2 from 1.0.94 to 1.0.95 (#36575)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.94
to 1.0.95.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's
releases</a>.</em></p>
<blockquote>
<h2>1.0.95</h2>
<ul>
<li>Update semver-exempt API under
<code>RUSTFLAGS=--cfg=procmacro2_semver_exempt</code> to that of
nightly-2025-04-16 (<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/497">#497</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="24bbf16d9d"><code>24bbf16</code></a>
Release 1.0.95</li>
<li><a
href="835c5bd540"><code>835c5bd</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/497">#497</a>
from dtolnay/nosourcefile</li>
<li><a
href="7bc363c509"><code>7bc363c</code></a>
Update semver-exempt API to nightly-2025-04-16</li>
<li><a
href="b867aa73a8"><code>b867aa7</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/496">#496</a>
from PaulGrandperrin/master</li>
<li><a
href="c605e8e2d9"><code>c605e8e</code></a>
Revert &quot;Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/495">#495</a>
from dtolnay/fuzzlld&quot;</li>
<li><a
href="1993cd3211"><code>1993cd3</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/495">#495</a>
from dtolnay/fuzzlld</li>
<li><a
href="cfdb5677ee"><code>cfdb567</code></a>
Link to honggfuzz-rs issue</li>
<li><a
href="b09a5b0e45"><code>b09a5b0</code></a>
Work around cargo-hfuzz nostart-stop-gc gold link failure</li>
<li>See full diff in <a
href="https://github.com/dtolnay/proc-macro2/compare/1.0.94...1.0.95">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proc-macro2&package-manager=cargo&previous-version=1.0.94&new-version=1.0.95)](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-04-16 18:05:33 +00:00 committed by GitHub
parent d8a7abda69
commit 5aabe1aa72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -5788,9 +5788,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.94"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
"unicode-ident",
]