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
Improve rendering of compile errors within 2015-edition code calling a 2018+ edition proc macro (#1467, thanks @danielhenrymantilla)
You can trigger a rebase of this PR 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
🔄 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/533
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/11/2023
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/syn-2.0.29`
---
### 📝 Commits (1)
- [`b865ade`](https://github.com/LGUG2Z/komorebi/commit/b865ade49f6d613c09d6c6ea59ffc5ddb6a4511b) chore(deps): bump syn from 1.0.109 to 2.0.29
### 📊 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.29.
<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.29</h2>
<ul>
<li>Partially work around rust-analyzer bug (<a href="https://redirect.github.com/rust-lang/rust-analyzer/issues/9911">rust-lang/rust-analyzer#9911</a>)</li>
</ul>
<h2>2.0.28</h2>
<ul>
<li>Fix inconsistency between full and non-full expression parse errors (<a href="https://redirect.github.com/dtolnay/syn/issues/1491">#1491</a>)</li>
</ul>
<h2>2.0.27</h2>
<ul>
<li>Documentation improvements (thanks <a href="https://github.com/GuillaumeGomez"><code>@GuillaumeGomez</code></a>)</li>
</ul>
<h2>2.0.26</h2>
<ul>
<li>Implement <code>Spanned</code> for <code>QSelf</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1465">#1465</a>)</li>
</ul>
<h2>2.0.25</h2>
<ul>
<li>Support single identifier as unbraced const generic argument (<a href="https://redirect.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://redirect.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://redirect.github.com/dtolnay/syn/issues/1482">#1482</a>)</li>
</ul>
<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-"full" 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"…"</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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/syn/commit/b387b13f48e76468a3fc58e55559d2f41fa28a71"><code>b387b13</code></a> Release 2.0.29</li>
<li><a href="https://github.com/dtolnay/syn/commit/1faea079ed6271f806617a624f6b2ad15d838cd2"><code>1faea07</code></a> Partially work around ridiculous rust-analyzer behavior</li>
<li><a href="https://github.com/dtolnay/syn/commit/24d6ef45015fc716eaa2f845596c64292df8a086"><code>24d6ef4</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1494">#1494</a> from dtolnay/primitive</li>
<li><a href="https://github.com/dtolnay/syn/commit/47dc5d000f15b2c74d097b80810f765d91395aad"><code>47dc5d0</code></a> Switch to using primitives in macro-generated code through std::primitive</li>
<li><a href="https://github.com/dtolnay/syn/commit/020fe208099e6159fad781f595081bbf00ad7232"><code>020fe20</code></a> Update test suite to nightly-2023-08-05</li>
<li><a href="https://github.com/dtolnay/syn/commit/f561339c9cc31f7bc867416e0060c28816816ba2"><code>f561339</code></a> Update test suite to nightly-2023-08-04</li>
<li><a href="https://github.com/dtolnay/syn/commit/44c5fddeb149e683a421bde969773fe6b3dfa0f5"><code>44c5fdd</code></a> Release 2.0.28</li>
<li><a href="https://github.com/dtolnay/syn/commit/65aa662543cb6dc466f3ca636d9763cd1e31c126"><code>65aa662</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1491">#1491</a> from dtolnay/expectedexpr</li>
<li><a href="https://github.com/dtolnay/syn/commit/91c84f69283a8bfe07ba9b35e1976194c18f3484"><code>91c84f6</code></a> Fix trivial difference between full and non-full expression parse errors</li>
<li><a href="https://github.com/dtolnay/syn/commit/f79ba1540239f29e82b3011295755270ef05f66e"><code>f79ba15</code></a> Update test suite to nightly-2023-07-29</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.109...2.0.29">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
---
<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/533
Author: @dependabot[bot]
Created: 9/11/2023
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/syn-2.0.29📝 Commits (1)
b865adechore(deps): bump syn from 1.0.109 to 2.0.29📊 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.29.
Release notes
Sourced from syn's releases.
... (truncated)
Commits
b387b13Release 2.0.291faea07Partially work around ridiculous rust-analyzer behavior24d6ef4Merge pull request #1494 from dtolnay/primitive47dc5d0Switch to using primitives in macro-generated code through std::primitive020fe20Update test suite to nightly-2023-08-05f561339Update test suite to nightly-2023-08-0444c5fddRelease 2.0.2865aa662Merge pull request #1491 from dtolnay/expectedexpr91c84f6Fix trivial difference between full and non-full expression parse errorsf79ba15Update test suite to nightly-2023-07-29You can trigger a rebase of this PR 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.