[PR #137] [MERGED] chore(deps): bump syn from 1.0.91 to 1.0.92 #768

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/137
Author: @dependabot[bot]
Created: 5/1/2022
Status: Merged
Merged: 5/4/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/syn-1.0.92


📝 Commits (1)

  • ae4e973 chore(deps): bump syn from 1.0.91 to 1.0.92

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps syn from 1.0.91 to 1.0.92.

Release notes

Sourced from syn's releases.

1.0.92

Commits
  • 069bdf5 Release 1.0.92
  • 000c0a6 Punctuate Box->ptr comment in TokenBuffer constructor
  • 5d7d112 Merge pull request #1166 from saethlin/raw-pointer-tagging
  • b9b0685 Update test suite to nightly-2022-04-29
  • 95f242c Avoid Box invalidation, for tag-raw-pointers
  • ff84ce0 Update workflows to actions/checkout@v3
  • ce0335b Pull miri from miri branch of dtolnay/rust-toolchain
  • 15c9e94 Merge pull request #1162 from SOF3/patch-1
  • 8c3684e Added dyn to Type::TraitObject docs
  • a94fde5 Update test suite to nightly-2022-04-17
  • 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/137 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/1/2022 **Status:** ✅ Merged **Merged:** 5/4/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/syn-1.0.92` --- ### 📝 Commits (1) - [`ae4e973`](https://github.com/LGUG2Z/komorebi/commit/ae4e973ed3e68bbce501f47fc045635e3261bec3) chore(deps): bump syn from 1.0.91 to 1.0.92 ### 📊 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.91 to 1.0.92. <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.92</h2> <ul> <li>Make compatible with Miri's tag-raw-pointers mode (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1166">#1166</a>, thanks <a href="https://github.com/saethlin"><code>@​saethlin</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/069bdf5757adf533e7e0a2ec542413751fbbfec6"><code>069bdf5</code></a> Release 1.0.92</li> <li><a href="https://github.com/dtolnay/syn/commit/000c0a63bbbe216d11a08c78b887678398c5d61b"><code>000c0a6</code></a> Punctuate Box-&gt;ptr comment in TokenBuffer constructor</li> <li><a href="https://github.com/dtolnay/syn/commit/5d7d112123d99803cafaf8ba1082fc70cfc27231"><code>5d7d112</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1166">#1166</a> from saethlin/raw-pointer-tagging</li> <li><a href="https://github.com/dtolnay/syn/commit/b9b0685375acad7ea7efcb678b374aa36a97c45f"><code>b9b0685</code></a> Update test suite to nightly-2022-04-29</li> <li><a href="https://github.com/dtolnay/syn/commit/95f242c5255a6585a98504c7e1edaae02ceabb70"><code>95f242c</code></a> Avoid Box invalidation, for tag-raw-pointers</li> <li><a href="https://github.com/dtolnay/syn/commit/ff84ce09acbedd1620f338363999b7bd12c3aece"><code>ff84ce0</code></a> Update workflows to actions/checkout@v3</li> <li><a href="https://github.com/dtolnay/syn/commit/ce0335b5fb0e9380e0b8c98e5436617779108853"><code>ce0335b</code></a> Pull miri from miri branch of dtolnay/rust-toolchain</li> <li><a href="https://github.com/dtolnay/syn/commit/15c9e9463cc56748408b8216f91543f4034cff8e"><code>15c9e94</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1162">#1162</a> from SOF3/patch-1</li> <li><a href="https://github.com/dtolnay/syn/commit/8c3684e0b586cba5b92fbe8c64ca1e4c8c89740e"><code>8c3684e</code></a> Added <code>dyn</code> to Type::TraitObject docs</li> <li><a href="https://github.com/dtolnay/syn/commit/a94fde515f71b5c2c4055220c61a7a6903a52008"><code>a94fde5</code></a> Update test suite to nightly-2022-04-17</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.91...1.0.92">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.91&new-version=1.0.92)](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:55 +01:00
adam closed this issue 2026-01-05 14:52:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#768