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/233
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/19/2022
**Status:** ✅ Merged
**Merged:** 9/19/2022
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/syn-1.0.100`
---
### 📝 Commits (1)
- [`5535bce`](https://github.com/LGUG2Z/komorebi/commit/5535bce8becc1e6b687e3ecf3401da32dd2ffbd3) chore(deps): bump syn from 1.0.99 to 1.0.100
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+2 -2)
</details>
### 📄 Description
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.99 to 1.0.100.
<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>1.0.100</h2>
<ul>
<li>Parse closures with explicit empty lifetime parameter list <code>for<> || -> T {…}</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1212">#1212</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/97362">rust-lang/rust#97362</a>)</li>
<li>Parse <code>dyn*</code> provisional syntax (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1213">#1213</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/91611">rust-lang/rust#91611</a>)</li>
<li>Parse attributes on the "rest" pattern of a struct in pattern position, <code>Struct { #[attr] .. }</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1214">#1214</a>)</li>
<li>Parse <code>static async</code> and <code>static async move</code> closures (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1215">#1215</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/62290">rust-lang/rust#62290</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/syn/commit/3d01fc3fea8798af404ad00231b892bb7500901e"><code>3d01fc3</code></a> Release 1.0.100</li>
<li><a href="https://github.com/dtolnay/syn/commit/308d77b76814616c08d4f3ea61dba460bbd4c38c"><code>308d77b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1218">#1218</a> from dtolnay/variadiccomma</li>
<li><a href="https://github.com/dtolnay/syn/commit/9b589ba2163035c2ebd9d2de8cc81141f2b4b36a"><code>9b589ba</code></a> Fix printing of variadic extern fn with trailing comma</li>
<li><a href="https://github.com/dtolnay/syn/commit/42e9942cc678901d3e7be3ae21e7fa5b1369d349"><code>42e9942</code></a> Allow multiple parenthesized path argument segments in the same path</li>
<li><a href="https://github.com/dtolnay/syn/commit/ba6cd8ef4912d61f97ab39dd04cdae38d90fbf54"><code>ba6cd8e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1217">#1217</a> from dtolnay/typepathfnwithcoloncolon</li>
<li><a href="https://github.com/dtolnay/syn/commit/194c3d4011aab1f8a9f2eddd6726ace1ffc64fcf"><code>194c3d4</code></a> Insane syntax on feature="full" only</li>
<li><a href="https://github.com/dtolnay/syn/commit/6e09f2d9eb26b699e17d65824ee1e9c13d31ed1f"><code>6e09f2d</code></a> Parse associated type on path with parenthesized generic arguments</li>
<li><a href="https://github.com/dtolnay/syn/commit/15c00753ec9f3756a1972699ff12b7995f8e38ad"><code>15c0075</code></a> Skip traversing into const params for precedence test</li>
<li><a href="https://github.com/dtolnay/syn/commit/e3d6e7b66c983c3303c1174c25b1426ab8f78729"><code>e3d6e7b</code></a> Reorder GenericArgument::Const next to Type</li>
<li><a href="https://github.com/dtolnay/syn/commit/be1b7585a5ad76968b2b761cc84fd5584f106137"><code>be1b758</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1216">#1216</a> from dtolnay/anglebracketedorder</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.99...1.0.100">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 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/233
Author: @dependabot[bot]
Created: 9/19/2022
Status: ✅ Merged
Merged: 9/19/2022
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/syn-1.0.100📝 Commits (1)
5535bcechore(deps): bump syn from 1.0.99 to 1.0.100📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Cargo.lock(+2 -2)📄 Description
Bumps syn from 1.0.99 to 1.0.100.
Release notes
Sourced from syn's releases.
Commits
3d01fc3Release 1.0.100308d77bMerge pull request #1218 from dtolnay/variadiccomma9b589baFix printing of variadic extern fn with trailing comma42e9942Allow multiple parenthesized path argument segments in the same pathba6cd8eMerge pull request #1217 from dtolnay/typepathfnwithcoloncolon194c3d4Insane syntax on feature="full" only6e09f2dParse associated type on path with parenthesized generic arguments15c0075Skip traversing into const params for precedence teste3d6e7bReorder GenericArgument::Const next to Typebe1b758Merge pull request #1216 from dtolnay/anglebracketedorderDependabot 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 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.