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/799
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 4/30/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/syn-2.0.60`
---
### 📝 Commits (1)
- [`70bc218`](https://github.com/LGUG2Z/komorebi/commit/70bc218625ffb107a9fd1f092025aab429e3de58) chore(deps): bump syn from 1.0.109 to 2.0.60
### 📊 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.60.
<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.60</h2>
<ul>
<li>Improve how None-delimited groups are counted by <code>peek</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1625">#1625</a>)</li>
</ul>
<h2>2.0.59</h2>
<ul>
<li>Parse <code>c"…"</code> and <code>cr"…"</code> C-string literal syntax as <code>Lit::CStr</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1502">#1502</a>)</li>
</ul>
<h2>2.0.58</h2>
<ul>
<li>Support <code>$</code> in <code>custom_punctuation!</code> macro (<a href="https://redirect.github.com/dtolnay/syn/issues/1611">#1611</a>)</li>
</ul>
<h2>2.0.57</h2>
<ul>
<li>Eliminate dependency on <code>quote</code> when built with default-features disabled and the "proc-macro" feature enabled (<a href="https://redirect.github.com/dtolnay/syn/issues/1608">#1608</a>, thanks <a href="https://github.com/BD103"><code>@BD103</code></a>)</li>
</ul>
<h2>2.0.56</h2>
<ul>
<li>Apply RUSTC_WORKSPACE_WRAPPER when deciding whether to run nightly-only tests (<a href="https://redirect.github.com/dtolnay/syn/issues/1605">#1605</a>)</li>
</ul>
<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 "printing" 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-"full" 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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/syn/commit/7029b220e7375a49537a6f1ef95fbd2554c59bd6"><code>7029b22</code></a> Release 2.0.60</li>
<li><a href="https://github.com/dtolnay/syn/commit/e978b9807e73d33c598edd86bd5e930069ad0ffe"><code>e978b98</code></a> Remove html_root_url & syn.json reminder from Cargo.toml</li>
<li><a href="https://github.com/dtolnay/syn/commit/48f99b0d7b6e3d5b1fe47a7f4c63893a4c769370"><code>48f99b0</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1625">#1625</a> from dtolnay/peek</li>
<li><a href="https://github.com/dtolnay/syn/commit/4b18c155580a32b3e8888ddb56fa9c192b188658"><code>4b18c15</code></a> Improve how None-delimited groups are counted by peek</li>
<li><a href="https://github.com/dtolnay/syn/commit/9f00b237fdccb2936aa64497ccea6dcecab9ea3e"><code>9f00b23</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1624">#1624</a> from dtolnay/peektest</li>
<li><a href="https://github.com/dtolnay/syn/commit/990300a0bcde25d002a5958b96d8943acab2731f"><code>990300a</code></a> Add more extensive tests for ParseStream::peek</li>
<li><a href="https://github.com/dtolnay/syn/commit/1431bd65bfd49fee767a90a9c67554a02306fb65"><code>1431bd6</code></a> Update None-delimited group notation to use «∅ ∅»</li>
<li><a href="https://github.com/dtolnay/syn/commit/54a16438d0977983b05f329063ba08efedd9133d"><code>54a1643</code></a> Fix empty-set symbol in comments</li>
<li><a href="https://github.com/dtolnay/syn/commit/7307d29e6c4165c5164d67f20df4ec0d5c746fd2"><code>7307d29</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1623">#1623</a> from dtolnay/arrays</li>
<li><a href="https://github.com/dtolnay/syn/commit/68d1cd9ac8b968324a0ca3a33a0d17193e4947ca"><code>68d1cd9</code></a> Take advantage of the IntoIterator for [T; N]</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.109...2.0.60">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/799
Author: @dependabot[bot]
Created: 4/30/2024
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/syn-2.0.60📝 Commits (1)
70bc218chore(deps): bump syn from 1.0.109 to 2.0.60📊 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.60.
Release notes
Sourced from syn's releases.
... (truncated)
Commits
7029b22Release 2.0.60e978b98Remove html_root_url & syn.json reminder from Cargo.toml48f99b0Merge pull request #1625 from dtolnay/peek4b18c15Improve how None-delimited groups are counted by peek9f00b23Merge pull request #1624 from dtolnay/peektest990300aAdd more extensive tests for ParseStream::peek1431bd6Update None-delimited group notation to use «∅ ∅»54a1643Fix empty-set symbol in comments7307d29Merge pull request #1623 from dtolnay/arrays68d1cd9Take advantage of the IntoIterator for [T; N]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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.