[PR #722] [CLOSED] chore(deps): bump syn from 1.0.109 to 2.0.55 #1074

Closed
opened 2026-01-05 14:54:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/722
Author: @dependabot[bot]
Created: 3/26/2024
Status: Closed

Base: masterHead: dependabot/cargo/syn-2.0.55


📝 Commits (1)

  • 09e143e chore(deps): bump syn from 1.0.109 to 2.0.55

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+1 -1)
📝 derive-ahk/Cargo.toml (+1 -1)

📄 Description

Bumps syn from 1.0.109 to 2.0.55.

Release notes

Sourced from syn's releases.

2.0.55

  • Restore compatibility with rustc 1.56 through 1.59 (#1603)

2.0.54

  • Fix dead code warning in generated code when using custom_keyword! with syn's "printing" feature disabled (#1602)

2.0.53

  • Implement Copy, Clone, and ToTokens for syn::parse::Nothing (#1597)

2.0.52

  • Add an expression parser that uses match-arm's boundary rules (#1593)

2.0.51

  • Resolve non_local_definitions warnings in generated code under rustc 1.78-nightly

2.0.50

  • Fix unused_imports warnings when compiled by rustc 1.78

2.0.49

  • Improve error location when parsing from an empty string literal using LitStr::parse (#1590)

2.0.48

  • Improve error message on unexpected token after else (#1578)

2.0.47

  • Improve error messages related to proc_macro::LexError (#1575)

2.0.46

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

2.0.45

  • Parse unsupported expressions in enum discriminants of DeriveInput as Expr::Verbatim in non-"full" mode, instead of error (#1513)
  • Support parsing PatType with parse_quote! (#1573)

2.0.44

  • Documentation improvements

2.0.43

  • Insert trailing comma if not already present when printing a 1-tuple in pattern position (#1553)

2.0.42

  • Documentation improvements

2.0.41

  • Support parsing syn::Field in parse_quote! (#1548)

2.0.40

2.0.39

... (truncated)

Commits
  • d4c4811 Release 2.0.55
  • 21d9e5f Merge pull request #1603 from dtolnay/compat
  • 6e8a372 Restore compatibility with rustc 1.56 through 1.59
  • a5d02b1 Release 2.0.54
  • c218a35 Merge pull request #1602 from dtolnay/deadcode
  • 2ddfdc6 Suppress dead code lint on custom token's span field
  • e4f3216 Update test suite to nightly-2024-03-23
  • fa563a4 Merge pull request #1601 from dtolnay/vistest
  • cfb9bb4 Add test of unnamed tuple struct field with inherited visibility
  • 73c3087 Update test suite to nightly-2024-03-22
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/722 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/26/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/syn-2.0.55` --- ### 📝 Commits (1) - [`09e143e`](https://github.com/LGUG2Z/komorebi/commit/09e143ed1aa96488aeb265417de6ac14f5b695cb) chore(deps): bump syn from 1.0.109 to 2.0.55 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -1) 📝 `derive-ahk/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.55. <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.55</h2> <ul> <li>Restore compatibility with rustc 1.56 through 1.59 (<a href="https://redirect.github.com/dtolnay/syn/issues/1603">#1603</a>)</li> </ul> <h2>2.0.54</h2> <ul> <li>Fix dead code warning in generated code when using <code>custom_keyword!</code> with syn's &quot;printing&quot; feature disabled (<a href="https://redirect.github.com/dtolnay/syn/issues/1602">#1602</a>)</li> </ul> <h2>2.0.53</h2> <ul> <li>Implement Copy, Clone, and ToTokens for syn::parse::Nothing (<a href="https://redirect.github.com/dtolnay/syn/issues/1597">#1597</a>)</li> </ul> <h2>2.0.52</h2> <ul> <li>Add an expression parser that uses match-arm's boundary rules (<a href="https://redirect.github.com/dtolnay/syn/issues/1593">#1593</a>)</li> </ul> <h2>2.0.51</h2> <ul> <li>Resolve non_local_definitions warnings in generated code under rustc 1.78-nightly</li> </ul> <h2>2.0.50</h2> <ul> <li>Fix unused_imports warnings when compiled by rustc 1.78</li> </ul> <h2>2.0.49</h2> <ul> <li>Improve error location when parsing from an empty string literal using <code>LitStr::parse</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1590">#1590</a>)</li> </ul> <h2>2.0.48</h2> <ul> <li>Improve error message on unexpected token after <code>else</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1578">#1578</a>)</li> </ul> <h2>2.0.47</h2> <ul> <li>Improve error messages related to proc_macro::LexError (<a href="https://redirect.github.com/dtolnay/syn/issues/1575">#1575</a>)</li> </ul> <h2>2.0.46</h2> <ul> <li>Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache</li> </ul> <h2>2.0.45</h2> <ul> <li>Parse unsupported expressions in enum discriminants of <code>DeriveInput</code> as <code>Expr::Verbatim</code> in non-&quot;full&quot; mode, instead of error (<a href="https://redirect.github.com/dtolnay/syn/issues/1513">#1513</a>)</li> <li>Support parsing <code>PatType</code> with <code>parse_quote!</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1573">#1573</a>)</li> </ul> <h2>2.0.44</h2> <ul> <li>Documentation improvements</li> </ul> <h2>2.0.43</h2> <ul> <li>Insert trailing comma if not already present when printing a 1-tuple in pattern position (<a href="https://redirect.github.com/dtolnay/syn/issues/1553">#1553</a>)</li> </ul> <h2>2.0.42</h2> <ul> <li>Documentation improvements</li> </ul> <h2>2.0.41</h2> <ul> <li>Support parsing syn::Field in <code>parse_quote!</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1548">#1548</a>)</li> </ul> <h2>2.0.40</h2> <ul> <li>Fix some edge cases of handling None-delimited groups in expression parser (<a href="https://redirect.github.com/dtolnay/syn/issues/1539">#1539</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1541">#1541</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1542">#1542</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1543">#1543</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1544">#1544</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1545">#1545</a>)</li> </ul> <h2>2.0.39</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/d4c4811bd58fd22b4cc68988166aee2132ffb3be"><code>d4c4811</code></a> Release 2.0.55</li> <li><a href="https://github.com/dtolnay/syn/commit/21d9e5f6639c762a75bfa9013131f629e9099494"><code>21d9e5f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1603">#1603</a> from dtolnay/compat</li> <li><a href="https://github.com/dtolnay/syn/commit/6e8a372d605af4af48d4b3dcf2f41792777f2b67"><code>6e8a372</code></a> Restore compatibility with rustc 1.56 through 1.59</li> <li><a href="https://github.com/dtolnay/syn/commit/a5d02b1afe7641dfaadd660be32bb9822b74f47b"><code>a5d02b1</code></a> Release 2.0.54</li> <li><a href="https://github.com/dtolnay/syn/commit/c218a352e8a8aa39643a0d76de0136546b9a6265"><code>c218a35</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1602">#1602</a> from dtolnay/deadcode</li> <li><a href="https://github.com/dtolnay/syn/commit/2ddfdc666678db6187b44beeb73d67c21484ab37"><code>2ddfdc6</code></a> Suppress dead code lint on custom token's span field</li> <li><a href="https://github.com/dtolnay/syn/commit/e4f3216b6c12593ee6d3e3fa57eb794d86e4b793"><code>e4f3216</code></a> Update test suite to nightly-2024-03-23</li> <li><a href="https://github.com/dtolnay/syn/commit/fa563a42e26fb72ebd48114bdc9332554d1cdf3f"><code>fa563a4</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1601">#1601</a> from dtolnay/vistest</li> <li><a href="https://github.com/dtolnay/syn/commit/cfb9bb460c6f036f6241e8dcf283b9c8a7683f5e"><code>cfb9bb4</code></a> Add test of unnamed tuple struct field with inherited visibility</li> <li><a href="https://github.com/dtolnay/syn/commit/73c308793774fe9b8cf60fa625a4c00c6e11ef17"><code>73c3087</code></a> Update test suite to nightly-2024-03-22</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.109...2.0.55">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=1.0.109&new-version=2.0.55)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:00 +01:00
adam closed this issue 2026-01-05 14:54:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1074