Auto merge of #26669 - servo:dependabot/cargo/syn-1.0.27, r=jdm

Bump syn from 1.0.26 to 1.0.27

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.26 to 1.0.27.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p>
<blockquote>
<h2>1.0.27</h2>
<ul>
<li>Parse function calls in which the callee is an interpolated macro variable <code>$fn(...)</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/833">#833</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fb242347db"><code>fb24234</code></a> Release 1.0.27</li>
<li><a href="e1139e37a4"><code>e1139e3</code></a> Wrap long token streams in tests</li>
<li><a href="680ebee419"><code>680ebee</code></a> Make TokenStream explicit in snapshot tests</li>
<li><a href="8496c33eec"><code>8496c33</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/834">#834</a> from dtolnay/group</li>
<li><a href="b247d62faf"><code>b247d62</code></a> Remove fixed fixme</li>
<li><a href="aa6052b0ad"><code>aa6052b</code></a> Update Group attrs snapshot</li>
<li><a href="be29b2585b"><code>be29b25</code></a> Respect precedence around Group when parsing attrs</li>
<li><a href="81394dd5ad"><code>81394dd</code></a> Add test for attributes surrounding group expr</li>
<li><a href="c144538e05"><code>c144538</code></a> Add snapshot test for group with trailer expr</li>
<li><a href="7caca26653"><code>7caca26</code></a> Parse trailer exprs where the lhs is a Group</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.26...1.0.27">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=syn&package-manager=cargo&previous-version=1.0.26&new-version=1.0.27)](https://dependabot.com/compatibility-score/?dependency-name=syn&package-manager=cargo&previous-version=1.0.26&new-version=1.0.27)

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:
bors-servo 2020-05-27 09:58:27 -04:00 committed by GitHub
commit d96550bd95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -5701,9 +5701,9 @@ checksum = "e454d048db5527d000bfddb77bd072bbf3a1e2ae785f16d9bd116e07c2ab45eb"
[[package]]
name = "syn"
version = "1.0.26"
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2010dd20d6200209c24f17022e34c73b8e79fb42180f8c9ca970a8dbc44acc8c"
checksum = "ef781e621ee763a2a40721a8861ec519cb76966aee03bb5d00adb6a31dc1c1de"
dependencies = [
"proc-macro2 1.0.17",
"quote 1.0.2",