Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump syn from 2.0.23 to 2.0.25 (vectordotdev#17970)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.23 to 2.0.25. <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.25</h2> <ul> <li>Support single identifier as unbraced const generic argument (<a href="https://github.com/dtolnay/syn/issues/1483">#1483</a>)</li> <li>Produce error message when LitStr::parse is used on a suffixed string literal (<a href="https://github.com/dtolnay/syn/issues/1484">#1484</a>)</li> </ul> <h2>2.0.24</h2> <ul> <li>Fix duplication of braces around const generic argument in non-full mode (<a href="https://github.com/dtolnay/syn/issues/1482">#1482</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/026a38ccb0dbc0fcfbba21c718f5604e3225deec"><code>026a38c</code></a> Release 2.0.25</li> <li><a href="https://github.com/dtolnay/syn/commit/4d7254398ce1d2faa90c8ad2ef1201072a0f75da"><code>4d72543</code></a> Merge pull request <a href="https://github.com/dtolnay/syn/issues/1484">#1484</a> from dtolnay/parsesuffix</li> <li><a href="https://github.com/dtolnay/syn/commit/d59afb25b739bd0cee1bb3add15064d918e429e1"><code>d59afb2</code></a> Reject parse on LitStr containing suffix</li> <li><a href="https://github.com/dtolnay/syn/commit/7e8358abefb858ac59375e8dfcc2567f15a08306"><code>7e8358a</code></a> Merge pull request <a href="https://github.com/dtolnay/syn/issues/1483">#1483</a> from dtolnay/identgeneric</li> <li><a href="https://github.com/dtolnay/syn/commit/ed8d784eff614f564cd0daf52a622aaba6f81c19"><code>ed8d784</code></a> Support single identifier as unbraced const generic argument</li> <li><a href="https://github.com/dtolnay/syn/commit/e523c3663601e0545aa96d34c2151782814419f0"><code>e523c36</code></a> Directly call more specific expr ToTokens impl</li> <li><a href="https://github.com/dtolnay/syn/commit/24c48cdef661faee12d612a69c4e835060c3f5b6"><code>24c48cd</code></a> Release 2.0.24</li> <li><a href="https://github.com/dtolnay/syn/commit/cefa056bab4f67a29ad4d3c208c3a76af5007360"><code>cefa056</code></a> Merge pull request <a href="https://github.com/dtolnay/syn/issues/1482">#1482</a> from dtolnay/nonfullconstarg</li> <li><a href="https://github.com/dtolnay/syn/commit/a4fc6b113b3c3b8316d1fede7881b4b3bdd643e2"><code>a4fc6b1</code></a> Fix duplication of braces around const generic argument in non-full mode</li> <li><a href="https://github.com/dtolnay/syn/commit/d757cf4eb700a408bb3c005192af405049bff786"><code>d757cf4</code></a> Update test suite to nightly-2023-07-07</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.23...2.0.25">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.23&new-version=2.0.25)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information