mirror of https://github.com/boa-dev/boa.git
Browse Source
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.8 to 2.0.10. <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>2.0.10</h2> <ul> <li>Fix visibility being parsed incorrectly on macro invocations inside of a trait</li> </ul> <h2>2.0.9</h2> <ul> <li>Disallow <code>type</code> items in an extern block, trait, or module from being marked <code>default</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/2754/headc4976f19f0
"><code>c4976f1</code></a> Release 2.0.10</li> <li><a href="1f705d8ec6
"><code>1f705d8</code></a> Remove precedence logic for the removed type ascription expression</li> <li><a href="64ed2b1b19
"><code>64ed2b1</code></a> Disallow visibility and defaultness on macro call in trait item position</li> <li><a href="a33ffa388a
"><code>a33ffa3</code></a> Fix parsing of const, async, unsafe, and extern fns inside impl block</li> <li><a href="94439aae5f
"><code>94439aa</code></a> Restore lookahead peek for better error message</li> <li><a href="275d368069
"><code>275d368</code></a> Release 2.0.9</li> <li><a href="280d5e478d
"><code>280d5e4</code></a> Remove dead code from ImplItemFn's ToTokens</li> <li><a href="5036fd9c6e
"><code>5036fd9</code></a> Clean up ImplItemFn hack using ImplItem::Verbatim</li> <li><a href="0f99d27656
"><code>0f99d27</code></a> Factor out some common code for type parsing</li> <li><a href="fd8d37ee5c
"><code>fd8d37e</code></a> Disallow some nonsensical configurations of items</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.8...2.0.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=syn&package-manager=cargo&previous-version=2.0.8&new-version=2.0.10)](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 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>
dependabot[bot]
2 years ago
2 changed files with 9 additions and 9 deletions
Loading…
Reference in new issue