mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #26633 - servo:dependabot/cargo/proc-macro-hack-0.5.16, r=jdm
Bump proc-macro-hack from 0.5.9 to 0.5.16 Bumps [proc-macro-hack](https://github.com/dtolnay/proc-macro-hack) from 0.5.9 to 0.5.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/proc-macro-hack/releases">proc-macro-hack's releases</a>.</em></p> <blockquote> <h2>0.5.16</h2> <ul> <li> <p>Handle macros whose definition contains interpolated macro_rules variables, such as:</p> <pre lang="rust"><code>#[proc_macro_hack] pub fn $name(input: TokenStream) -> TokenStream {...} <p></code></pre></p> </li> </ul> <h2>0.5.15</h2> <ul> <li>Eliminate some possible dead_code warnings in generated code</li> </ul> <h2>0.5.14</h2> <ul> <li>Improve compile time by cutting out some dependencies</li> </ul> <h2>0.5.13</h2> <p><em>yanked</em></p> <h2>0.5.12</h2> <ul> <li>Better error message when exceeding the limit of nested macro invocations (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2097">rust-lang/futures-rs#2097</a>)</li> </ul> <h2>0.5.11</h2> <ul> <li>Support macros named as raw identifier (<a href="https://github-redirect.dependabot.com/dtolnay/proc-macro-hack/issues/45">#45</a>, thanks <a href="https://github.com/olegnn">@olegnn</a>)</li> </ul> <h2>0.5.10</h2> <ul> <li>Support <code>proc_macro_hack(support_nested)</code> macros that expand to internal invocations of a different <code>proc_macro_hack(support_nested)</code> macro (<a href="https://github-redirect.dependabot.com/dtolnay/proc-macro-hack/issues/41">#41</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="35b1fa620a
"><code>35b1fa6</code></a> Release 0.5.16</li> <li><a href="be8a69630e
"><code>be8a696</code></a> Try out a new style of readme badges</li> <li><a href="442391cc32
"><code>442391c</code></a> Add crosslink icons to top of rustdoc</li> <li><a href="c749724847
"><code>c749724</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/proc-macro-hack/issues/57">#57</a> from dtolnay/none</li> <li><a href="51a988bc02
"><code>51a988b</code></a> Traverse into None-delimited groups</li> <li><a href="091e136512
"><code>091e136</code></a> Wrap token iterator in a new type</li> <li><a href="7bdb83bef1
"><code>7bdb83b</code></a> Expand glob import</li> <li><a href="476d25c42c
"><code>476d25c</code></a> Tweak links to not look like quoted text</li> <li><a href="740f779559
"><code>740f779</code></a> Update build status badge to GitHub Actions</li> <li><a href="5780dee32b
"><code>5780dee</code></a> Remove Travis configuration</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro-hack/compare/0.5.9...0.5.16">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=proc-macro-hack&package-manager=cargo&previous-version=0.5.9&new-version=0.5.16) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
6114b75403
1 changed files with 2 additions and 7 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -4231,14 +4231,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|||
|
||||
[[package]]
|
||||
name = "proc-macro-hack"
|
||||
version = "0.5.9"
|
||||
version = "0.5.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.1",
|
||||
"quote 1.0.2",
|
||||
"syn",
|
||||
]
|
||||
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro-nested"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue