[PR #233] [MERGED] chore(deps): bump syn from 1.0.99 to 1.0.100 #809

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

📋 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: masterHead: dependabot/cargo/syn-1.0.100


📝 Commits (1)

  • 5535bce chore(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.

1.0.100

Commits
  • 3d01fc3 Release 1.0.100
  • 308d77b Merge pull request #1218 from dtolnay/variadiccomma
  • 9b589ba Fix printing of variadic extern fn with trailing comma
  • 42e9942 Allow multiple parenthesized path argument segments in the same path
  • ba6cd8e Merge pull request #1217 from dtolnay/typepathfnwithcoloncolon
  • 194c3d4 Insane syntax on feature="full" only
  • 6e09f2d Parse associated type on path with parenthesized generic arguments
  • 15c0075 Skip traversing into const params for precedence test
  • e3d6e7b Reorder GenericArgument::Const next to Type
  • be1b758 Merge pull request #1216 from dtolnay/anglebracketedorder
  • 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/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&lt;&gt; || -&gt; 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 &quot;rest&quot; 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=&quot;full&quot; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=syn&package-manager=cargo&previous-version=1.0.99&new-version=1.0.100)](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:03 +01:00
adam closed this issue 2026-01-05 14:53:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#809