[PR #488] [CLOSED] chore(deps): bump syn from 1.0.109 to 2.0.23 #947

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/488
Author: @dependabot[bot]
Created: 7/10/2023
Status: Closed

Base: masterHead: dependabot/cargo/syn-2.0.23


📝 Commits (1)

  • 7e9422e chore(deps): bump syn from 1.0.109 to 2.0.23

📊 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.23.

Release notes

Sourced from syn's releases.

2.0.23

  • Preserve attributes on verbatim Item in statement position (#1476)
  • Support generic_const_exprs where-clauses such as where [(); { T::COUNT }]: in non-"full" mode (#1478)

2.0.22

2.0.21

  • Fix value computed by LitByteStr::value in the case of a cooked byte string literal containing form feed or vertical tab characters following an escaped newline (#1474)

2.0.20

  • Documentation improvements

2.0.19

2.0.18

  • Permit empty attr in syn::meta::parser (#1460)

2.0.17

  • Enable proc_macro support on wasm targets (#1459)

2.0.16

2.0.15

  • Ensure Type::Tuple of length 1 prints as a tuple even if trailing comma is not provided in the Punctuated (#1444, thanks @​Fancyflame)

2.0.14

2.0.13

  • Improve spans of Expr::Field parsed from a float Literal (#1433, #1436)

2.0.12

  • Refer to compile_error! by absolute path in token stream produced by syn::Error::to_compile_error (#1431, thanks @​smoelius)

2.0.11

  • Improve error message on empty parens inside parse_nested_meta (#1428)

2.0.10

  • Fix visibility being parsed incorrectly on macro invocations inside of a trait

2.0.9

  • Disallow type items in an extern block, trait, or module from being marked default

2.0.8

  • Treat try keyword as 2015-edition identifier in definition of try macro (#1422)

2.0.7

... (truncated)

Commits
  • f3cd37a Release 2.0.23
  • e9a3846 Merge pull request #1478 from dtolnay/nonfullblock
  • 5325bb6 Parse block expr as verbatim in non-full mode
  • 31e4119 Allow caller to keep using begin buffer after verbatim::between
  • 1316ec6 Merge pull request #1476 from dtolnay/verbatimattrs
  • 56226a5 Preserve attributes on verbatim Item in statement position
  • 0ca3547 Release 2.0.22
  • 62bd232 Merge pull request #1475 from dtolnay/litcstr
  • fe0042e Support parsing c-str literals
  • cdacef7 Release 2.0.21
  • 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 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/488 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/syn-2.0.23` --- ### 📝 Commits (1) - [`7e9422e`](https://github.com/LGUG2Z/komorebi/commit/7e9422e679411189236bb22c0d612b00cc4c7745) chore(deps): bump syn from 1.0.109 to 2.0.23 ### 📊 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.23. <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.23</h2> <ul> <li>Preserve attributes on verbatim Item in statement position (<a href="https://redirect.github.com/dtolnay/syn/issues/1476">#1476</a>)</li> <li>Support generic_const_exprs where-clauses such as <code>where [(); { T::COUNT }]:</code> in non-&quot;full&quot; mode (<a href="https://redirect.github.com/dtolnay/syn/issues/1478">#1478</a>)</li> </ul> <h2>2.0.22</h2> <ul> <li>Parse <code>c&quot;…&quot;</code> c-string literals (tracking issue: <a href="https://redirect.github.com/rust-lang/rust/issues/105723">rust-lang/rust#105723</a>)</li> </ul> <h2>2.0.21</h2> <ul> <li>Fix value computed by <code>LitByteStr::value</code> in the case of a cooked byte string literal containing form feed or vertical tab characters following an escaped newline (<a href="https://redirect.github.com/dtolnay/syn/issues/1474">#1474</a>)</li> </ul> <h2>2.0.20</h2> <ul> <li>Documentation improvements</li> </ul> <h2>2.0.19</h2> <ul> <li>Improve rendering of compile errors within 2015-edition code calling a 2018+ edition proc macro (<a href="https://redirect.github.com/dtolnay/syn/issues/1467">#1467</a>, thanks <a href="https://github.com/danielhenrymantilla"><code>@​danielhenrymantilla</code></a>)</li> </ul> <h2>2.0.18</h2> <ul> <li>Permit empty attr in syn::meta::parser (<a href="https://redirect.github.com/dtolnay/syn/issues/1460">#1460</a>)</li> </ul> <h2>2.0.17</h2> <ul> <li>Enable proc_macro support on wasm targets (<a href="https://redirect.github.com/dtolnay/syn/issues/1459">#1459</a>)</li> </ul> <h2>2.0.16</h2> <ul> <li>Parse <code>builtin #</code> syntax as Expr::Verbatim (<a href="https://redirect.github.com/rust-lang/rust/issues/110680">rust-lang/rust#110680</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1454">#1454</a>)</li> </ul> <h2>2.0.15</h2> <ul> <li>Ensure <code>Type::Tuple</code> of length 1 prints as a tuple even if trailing comma is not provided in the Punctuated (<a href="https://redirect.github.com/dtolnay/syn/issues/1444">#1444</a>, thanks <a href="https://github.com/Fancyflame"><code>@​Fancyflame</code></a>)</li> </ul> <h2>2.0.14</h2> <ul> <li>Add Punctuated::pop_punct() (<a href="https://redirect.github.com/dtolnay/syn/issues/1442">#1442</a>, thanks <a href="https://github.com/programmerjake"><code>@​programmerjake</code></a>)</li> </ul> <h2>2.0.13</h2> <ul> <li>Improve spans of Expr::Field parsed from a float Literal (<a href="https://redirect.github.com/dtolnay/syn/issues/1433">#1433</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1436">#1436</a>)</li> </ul> <h2>2.0.12</h2> <ul> <li>Refer to <code>compile_error!</code> by absolute path in token stream produced by syn::Error::to_compile_error (<a href="https://redirect.github.com/dtolnay/syn/issues/1431">#1431</a>, thanks <a href="https://github.com/smoelius"><code>@​smoelius</code></a>)</li> </ul> <h2>2.0.11</h2> <ul> <li>Improve error message on empty parens inside parse_nested_meta (<a href="https://redirect.github.com/dtolnay/syn/issues/1428">#1428</a>)</li> </ul> <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> <h2>2.0.8</h2> <ul> <li>Treat <code>try</code> keyword as 2015-edition identifier in definition of try macro (<a href="https://redirect.github.com/dtolnay/syn/issues/1422">#1422</a>)</li> </ul> <h2>2.0.7</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/f3cd37a3fcd60f79fbf20581f91bc447e46d295a"><code>f3cd37a</code></a> Release 2.0.23</li> <li><a href="https://github.com/dtolnay/syn/commit/e9a38465fa7a9a6af1541d6c08f4d292f9202c27"><code>e9a3846</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1478">#1478</a> from dtolnay/nonfullblock</li> <li><a href="https://github.com/dtolnay/syn/commit/5325bb6f188d63a15e087b7da9f94a301ec572c7"><code>5325bb6</code></a> Parse block expr as verbatim in non-full mode</li> <li><a href="https://github.com/dtolnay/syn/commit/31e4119a3d3b9f00701583bc6d05b51c15af4665"><code>31e4119</code></a> Allow caller to keep using begin buffer after verbatim::between</li> <li><a href="https://github.com/dtolnay/syn/commit/1316ec6d1787d78d9e5722d23205f1c9395e068f"><code>1316ec6</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1476">#1476</a> from dtolnay/verbatimattrs</li> <li><a href="https://github.com/dtolnay/syn/commit/56226a59259466078ffadeff1bd10b543df819be"><code>56226a5</code></a> Preserve attributes on verbatim Item in statement position</li> <li><a href="https://github.com/dtolnay/syn/commit/0ca354715553a651cb65c26179bcd1f6c4b89ed8"><code>0ca3547</code></a> Release 2.0.22</li> <li><a href="https://github.com/dtolnay/syn/commit/62bd232c5a104fb514184d2dbbffe8926e659526"><code>62bd232</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1475">#1475</a> from dtolnay/litcstr</li> <li><a href="https://github.com/dtolnay/syn/commit/fe0042eddcb3293f81d658f15629166d3b62db9f"><code>fe0042e</code></a> Support parsing c-str literals</li> <li><a href="https://github.com/dtolnay/syn/commit/cdacef7816fce407af8ca2e6d716f108b6e869bd"><code>cdacef7</code></a> Release 2.0.21</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.109...2.0.23">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.23)](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> --- <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:53:31 +01:00
adam closed this issue 2026-01-05 14:53:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#947