diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-16 18:05:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-16 18:05:33 +0000 |
commit | 5aabe1aa728de0ddf8315e9e35cc8bf3c06b983f (patch) | |
tree | 622c677113f192088a105e509cf185f82f966c93 | |
parent | d8a7abda69dc2e03a845cb053c28764babd5b9de (diff) | |
download | servo-5aabe1aa728de0ddf8315e9e35cc8bf3c06b983f.tar.gz servo-5aabe1aa728de0ddf8315e9e35cc8bf3c06b983f.zip |
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="https://github.com/dtolnay/proc-macro2/commit/24bbf16d9df01d5f7d9ac39bdfbaea85f4c194fb"><code>24bbf16</code></a>
Release 1.0.95</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/835c5bd540373ceed913bfb4d68a7f56279f0a2a"><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="https://github.com/dtolnay/proc-macro2/commit/7bc363c50931c5d3e6de1f785b9b6bc0b53c8866"><code>7bc363c</code></a>
Update semver-exempt API to nightly-2025-04-16</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/b867aa73a8b3c3b4015e2573c66899bf13a1d512"><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="https://github.com/dtolnay/proc-macro2/commit/c605e8e2d913dd7512a62e4622cfb05bbe52e2db"><code>c605e8e</code></a>
Revert "Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/495">#495</a>
from dtolnay/fuzzlld"</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/1993cd32113f06046e610146effb6671bf5a0edc"><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="https://github.com/dtolnay/proc-macro2/commit/cfdb5677eeee37ab8f76dd01f49ceea281fbff0c"><code>cfdb567</code></a>
Link to honggfuzz-rs issue</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/b09a5b0e452c34824a389ecc6b94b080b413c220"><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 />
[](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>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7a563a0bf14..f7090bdd574 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] |