Skip to content

Commit fd79241

Browse files
chore(deps): bump syn from 2.0.111 to 2.0.113 (#19645)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.111 to 2.0.113. <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.113</h2> <ul> <li>Allow parsing TypeParam with colon not followed by any type param bounds (<a href="https://redirect.github.com/dtolnay/syn/issues/1953">#1953</a>, thanks <a href="https://github.com/wyfo"><code>@​wyfo</code></a>)</li> </ul> <h2>2.0.112</h2> <ul> <li>Fix panic in LitByte::new().value() (<a href="https://redirect.github.com/dtolnay/syn/issues/1951">#1951</a>, thanks <a href="https://github.com/VictorArcium"><code>@​VictorArcium</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/8cfa32aed0dfdff00360cf5d2111b2e1ccbf2bfe"><code>8cfa32a</code></a> Release 2.0.113</li> <li><a href="https://github.com/dtolnay/syn/commit/d5e19ff5b95b083d04b872623d25dc76e6c22b26"><code>d5e19ff</code></a> Do PR 1953 also for LifetimeParam</li> <li><a href="https://github.com/dtolnay/syn/commit/3fe4dc61aa06965d47f9d6d179d46a813f4f917e"><code>3fe4dc6</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1953">#1953</a> from wyfo/fix/type-param-colon-no-bounds</li> <li><a href="https://github.com/dtolnay/syn/commit/31508f3c22d1b535a486830689af8fbc6a5303e0"><code>31508f3</code></a> Fix TypeParam expecting identifier after colon</li> <li><a href="https://github.com/dtolnay/syn/commit/1534d3a578b7a849989ac26e52fcb043c9cf02d6"><code>1534d3a</code></a> Update reqwest dev-dependency to 0.13</li> <li><a href="https://github.com/dtolnay/syn/commit/f8f2a4249a884cde7af0e946629017b6af5db45a"><code>f8f2a42</code></a> Release 2.0.112</li> <li><a href="https://github.com/dtolnay/syn/commit/ca22ce01a2251ef696b944fe64c44997089a8043"><code>ca22ce0</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1951">#1951</a> from VictorArcium/vt/fix-lit-byte</li> <li><a href="https://github.com/dtolnay/syn/commit/0c4bea16e653a861128dd064c72cb48a9f4ed734"><code>0c4bea1</code></a> Fix LitByte::new().</li> <li><a href="https://github.com/dtolnay/syn/commit/7e38d5d76409bb5d7e243ba29668c74e84602bcc"><code>7e38d5d</code></a> Disable test_parse_buffer.test_unwind_safe under Miri</li> <li><a href="https://github.com/dtolnay/syn/commit/f987b14d0bf1da0a7afaf81a20661d898c47c316"><code>f987b14</code></a> Update actions/upload-artifact@v5 -&gt; v6</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.111...2.0.113">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.111&new-version=2.0.113)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
1 parent c862012 commit fd79241

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

0 commit comments

Comments
 (0)