[PR #68] [MERGED] chore(deps): bump syn from 1.0.80 to 1.0.81 #728

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/68
Author: @dependabot[bot]
Created: 11/1/2021
Status: Merged
Merged: 11/1/2021
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/syn-1.0.81


📝 Commits (1)

  • 69f3ee7 chore(deps): bump syn from 1.0.80 to 1.0.81

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps syn from 1.0.80 to 1.0.81.

Release notes

Sourced from syn's releases.

1.0.81

  • Support arbitrary precision negative literal tokens on rustc 1.56+ (#1087, #1088)
Commits
  • 6044282 Release 1.0.81
  • f39a581 Merge pull request #1088 from dtolnay/literalparse
  • 0ca31d1 Delete lit overflow test
  • 793b1c3 Pull in proc-macro2 negative literal support
  • 3609334 Link to rustc PR for negative literal parse
  • a7eedc1 Locally ignore unnecessary_wraps pedantic clippy lint
  • d9a9ff4 Bypass negative literal workaround on 1.56+
  • 30984ec Merge pull request #1087 from dtolnay/literalparse
  • 0fda5ad Use 'FromStr for Literal' instead of TokenStream workaround
  • 68e7ab8 Suppress no_effect_underscore_binding pedantic Clippy lint in test suite
  • 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/68 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 11/1/2021 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/syn-1.0.81` --- ### 📝 Commits (1) - [`69f3ee7`](https://github.com/LGUG2Z/komorebi/commit/69f3ee7d725113e803faf8b3e72d5a18711bd581) chore(deps): bump syn from 1.0.80 to 1.0.81 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [syn](https://github.com/dtolnay/syn) from 1.0.80 to 1.0.81. <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.81</h2> <ul> <li>Support arbitrary precision negative literal tokens on rustc 1.56+ (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1087">#1087</a>, <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1088">#1088</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/60442820600cc9311b39a1076ac856222ba8a9cc"><code>6044282</code></a> Release 1.0.81</li> <li><a href="https://github.com/dtolnay/syn/commit/f39a581ef7dc7659a9a5101f39088409b970d4d3"><code>f39a581</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1088">#1088</a> from dtolnay/literalparse</li> <li><a href="https://github.com/dtolnay/syn/commit/0ca31d1e12397fa58f7f6d8358d756ec0fbd9ac0"><code>0ca31d1</code></a> Delete lit overflow test</li> <li><a href="https://github.com/dtolnay/syn/commit/793b1c395eb3c28525f0b2a22dfda10b0e19ea1c"><code>793b1c3</code></a> Pull in proc-macro2 negative literal support</li> <li><a href="https://github.com/dtolnay/syn/commit/36093340a311d018df080075af32b648e573a510"><code>3609334</code></a> Link to rustc PR for negative literal parse</li> <li><a href="https://github.com/dtolnay/syn/commit/a7eedc1e7e9eaec8eb9cf66dfced1c02b64ce752"><code>a7eedc1</code></a> Locally ignore unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/syn/commit/d9a9ff439876d21f27f8aee27f832337efb9c936"><code>d9a9ff4</code></a> Bypass negative literal workaround on 1.56+</li> <li><a href="https://github.com/dtolnay/syn/commit/30984ec11fd8e6717c3270c1511ef97ab0b4e716"><code>30984ec</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1087">#1087</a> from dtolnay/literalparse</li> <li><a href="https://github.com/dtolnay/syn/commit/0fda5ad1a051aa058e666548896e30a1d93d9043"><code>0fda5ad</code></a> Use 'FromStr for Literal' instead of TokenStream workaround</li> <li><a href="https://github.com/dtolnay/syn/commit/68e7ab85ab4d1e34f72710866ea8ca8af85b578b"><code>68e7ab8</code></a> Suppress no_effect_underscore_binding pedantic Clippy lint in test suite</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.80...1.0.81">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.80&new-version=1.0.81)](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:52:45 +01:00
adam closed this issue 2026-01-05 14:52:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#728