[PR #251] [MERGED] chore(deps): bump syn from 1.0.101 to 1.0.102 #821

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/251
Author: @dependabot[bot]
Created: 10/10/2022
Status: Merged
Merged: 10/10/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/syn-1.0.102


📝 Commits (1)

  • d7eb165 chore(deps): bump syn from 1.0.101 to 1.0.102

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps syn from 1.0.101 to 1.0.102.

Release notes

Sourced from syn's releases.

1.0.102

  • More efficient internal representation for TokenBuffer (#1223, thanks @​CAD97)
  • Fix parsing of a left shift after macro metavariable in type position (#1229)
Commits
  • e4127c7 Release 1.0.102
  • 691fc06 Merge pull request #1230 from dtolnay/groupgeneric
  • 61ece4c Fix left shift after macro metavariable in type position
  • 7909596 Rename TokenBuffer's recursive construction logic
  • f169b98 Delete TokenBuffer's empty Drop impl
  • 65ee83a Simplify Cursor::lifetime using a question mark
  • 502968c Implement skip and token_tree using the 'len' of entries being stepped over
  • f895b8a Inline some of the logic for entering a Group
  • 71260de Touch up PR 1223
  • 296e046 Merge pull request #1226 from dtolnay/bom
  • 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/251 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/10/2022 **Status:** ✅ Merged **Merged:** 10/10/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/syn-1.0.102` --- ### 📝 Commits (1) - [`d7eb165`](https://github.com/LGUG2Z/komorebi/commit/d7eb165436677e6f04bed2505dbd01afcf545dc1) chore(deps): bump syn from 1.0.101 to 1.0.102 ### 📊 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.101 to 1.0.102. <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.102</h2> <ul> <li>More efficient internal representation for <code>TokenBuffer</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1223">#1223</a>, thanks <a href="https://github.com/CAD97"><code>@​CAD97</code></a>)</li> <li>Fix parsing of a left shift after macro metavariable in type position (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1229">#1229</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/e4127c706c779c0d247b094110b294e234824ee4"><code>e4127c7</code></a> Release 1.0.102</li> <li><a href="https://github.com/dtolnay/syn/commit/691fc0676cd7c54f968bcb444fcdb44a28a18217"><code>691fc06</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1230">#1230</a> from dtolnay/groupgeneric</li> <li><a href="https://github.com/dtolnay/syn/commit/61ece4ca3ca0bc893fccd0cf1d26deb2c5dd8c74"><code>61ece4c</code></a> Fix left shift after macro metavariable in type position</li> <li><a href="https://github.com/dtolnay/syn/commit/7909596ae8b54125c1556d6f13b5a893450ece01"><code>7909596</code></a> Rename TokenBuffer's recursive construction logic</li> <li><a href="https://github.com/dtolnay/syn/commit/f169b98e297b95aa203b5bffde1c95aea21b2e97"><code>f169b98</code></a> Delete TokenBuffer's empty Drop impl</li> <li><a href="https://github.com/dtolnay/syn/commit/65ee83a0ad2dd69f503ba85e5a0a49f74c173f68"><code>65ee83a</code></a> Simplify Cursor::lifetime using a question mark</li> <li><a href="https://github.com/dtolnay/syn/commit/502968cc68e36a3a69df3a58a2903d50bbb5cf07"><code>502968c</code></a> Implement skip and token_tree using the 'len' of entries being stepped over</li> <li><a href="https://github.com/dtolnay/syn/commit/f895b8aa3fafdd8b66912349b6cc4160097fc9f2"><code>f895b8a</code></a> Inline some of the logic for entering a Group</li> <li><a href="https://github.com/dtolnay/syn/commit/71260defc6fbb11d94511e3d109f6252705005ae"><code>71260de</code></a> Touch up PR 1223</li> <li><a href="https://github.com/dtolnay/syn/commit/296e0469b8296690ba17f484ead61daa8e2ae4cb"><code>296e046</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1226">#1226</a> from dtolnay/bom</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.101...1.0.102">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.101&new-version=1.0.102)](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:05 +01:00
adam closed this issue 2026-01-05 14:53:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#821