mirror of https://github.com/boa-dev/boa.git
Browse Source
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.51 to 1.0.52. <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.52</h2> <ul> <li>Add <a href="https://docs.rs/proc-macro2/1.0.52/proc_macro2/struct.Group.html#method.delim_span"><code>Group::delim_span</code></a> (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/366">#366</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/2656/headab254879e7
"><code>ab25487</code></a> Release 1.0.52</li> <li><a href="006d135ffa
"><code>006d135</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/367">#367</a> from dtolnay/fallback</li> <li><a href="96da1a2bc1
"><code>96da1a2</code></a> Rename 'stable' terminology to 'fallback'</li> <li><a href="65699c4bcb
"><code>65699c4</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/366">#366</a> from dtolnay-contrib/delim</li> <li><a href="0dc873698b
"><code>0dc8736</code></a> Add DelimSpan to hold the 3 different spans of a delimiter</li> <li><a href="1e7fc7b026
"><code>1e7fc7b</code></a> Expand documentation of Group::delimiter</li> <li><a href="68bfd52445
"><code>68bfd52</code></a> Format test cfg attributes with rustfmt</li> <li><a href="23d5478e33
"><code>23d5478</code></a> Fix warning on duplicate test ignore attribute</li> <li><a href="e1fa7326a0
"><code>e1fa732</code></a> Account for proc_macro::Span layout change between 1.31 and 1.32</li> <li><a href="6083bef110
"><code>6083bef</code></a> More specifically run make_sure_no_proc_macro test in CI</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.51...1.0.52">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.51&new-version=1.0.52)](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