[PR #431] [MERGED] chore(deps): bump proc-macro2 from 1.0.56 to 1.0.57 #921

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/431
Author: @dependabot[bot]
Created: 5/15/2023
Status: Merged
Merged: 5/15/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/proc-macro2-1.0.57


📝 Commits (1)

  • 041e200 chore(deps): bump proc-macro2 from 1.0.56 to 1.0.57

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps proc-macro2 from 1.0.56 to 1.0.57.

Commits
  • 2c1b102 Release 1.0.57
  • 8bbbd60 Merge pull request #383 from dtolnay/procmacrospan
  • 5f9d3fe Disable start()/end() on Span::Compiler
  • a597b3c Update fuzz target to afl 0.13
  • 2130305 Revert "Temporarily disable miri CI"
  • 7c637e7 Ignore new_without_default clippy lint
  • 2d3959c Temporarily disable miri CI
  • c282649 Skip round trip through rustup to apply rust-toolchain.toml in CI
  • 37706ca Find out whether rust-src rustup component fixes ui test
  • 2b25bd9 Update ui test suite to nightly-2023-05-05
  • See full diff 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/431 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/15/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.57` --- ### 📝 Commits (1) - [`041e200`](https://github.com/LGUG2Z/komorebi/commit/041e200e14d030c495ceb31f2074adb01debfccd) chore(deps): bump proc-macro2 from 1.0.56 to 1.0.57 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.56 to 1.0.57. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/2c1b1021cff64aa6c29dd2c82bcb87b369013d00"><code>2c1b102</code></a> Release 1.0.57</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/8bbbd6008a9db5740950bc80cb1bf69cf252db11"><code>8bbbd60</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/383">#383</a> from dtolnay/procmacrospan</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/5f9d3fe467864c962a7093d54d2a4d0b290375af"><code>5f9d3fe</code></a> Disable start()/end() on Span::Compiler</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/a597b3cf4708bff398c2b4a15cfc7a86fef7c269"><code>a597b3c</code></a> Update fuzz target to afl 0.13</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/21303055009673b12f81dad9bf84eccf42778a32"><code>2130305</code></a> Revert &quot;Temporarily disable miri CI&quot;</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/7c637e7ae81a507359cb5df0ed3ef35733b6be51"><code>7c637e7</code></a> Ignore new_without_default clippy lint</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/2d3959c997d09a1c246e7abcdce94363c54b6622"><code>2d3959c</code></a> Temporarily disable miri CI</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/c28264911c5f33590ae181fbf2b1dd834245f769"><code>c282649</code></a> Skip round trip through rustup to apply rust-toolchain.toml in CI</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/37706caba532ff1e7c037c5707d0d04eda6bae5b"><code>37706ca</code></a> Find out whether rust-src rustup component fixes ui test</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/2b25bd926108e08fd3f71d1ef066dd52ccc70a3d"><code>2b25bd9</code></a> Update ui test suite to nightly-2023-05-05</li> <li>See full diff in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.56...1.0.57">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proc-macro2&package-manager=cargo&previous-version=1.0.56&new-version=1.0.57)](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:25 +01:00
adam closed this issue 2026-01-05 14:53:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#921