[PR #166] [MERGED] chore(deps): bump proc-macro2 from 1.0.39 to 1.0.40 #779

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 4f62d14 chore(deps): bump proc-macro2 from 1.0.39 to 1.0.40

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps proc-macro2 from 1.0.39 to 1.0.40.

Release notes

Sourced from proc-macro2's releases.

1.0.40

Commits
  • e6bc873 Release 1.0.40
  • 10a20e0 Copy Ident::new_raw comment from proc_macro
  • c08b24a Touch up new_raw workaround comment
  • 3191e5e Show r# in another raw identifier panic
  • 0de81da Include r# in the invalid raw identifier panic
  • 9a4f130 Avoid having most of the new_raw test be unreachable code
  • c1d32ce Merge pull request #333 from dtolnay/validate
  • 4be2a86 Delete unreachable cases from raw identifier check
  • d918477 Remove validate var
  • 83ed7b8 Merge pull request #332 from dtolnay/validate
  • 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/166 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2022 **Status:** ✅ Merged **Merged:** 7/4/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.40` --- ### 📝 Commits (1) - [`4f62d14`](https://github.com/LGUG2Z/komorebi/commit/4f62d14ac0fd07e3dca40239b8c377184ae53d24) chore(deps): bump proc-macro2 from 1.0.39 to 1.0.40 ### 📊 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.39 to 1.0.40. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's releases</a>.</em></p> <blockquote> <h2>1.0.40</h2> <ul> <li>Stabilize <code>Ident::new_raw</code> constructor (<a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/331">#331</a>, thanks <a href="https://github.com/mystor"><code>@​mystor</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/e6bc8739484a4a9307b1f5cc8b26422bd85d88d6"><code>e6bc873</code></a> Release 1.0.40</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/10a20e08725529b563bbeba6c3379f61054f9362"><code>10a20e0</code></a> Copy Ident::new_raw comment from proc_macro</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/c08b24a02a2a645fc7a683a004814e91399c1c75"><code>c08b24a</code></a> Touch up new_raw workaround comment</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/3191e5e3f48222e98555018279b608f18c2d990a"><code>3191e5e</code></a> Show r# in another raw identifier panic</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/0de81dab0fcdb670eddaefecd6bd11629d2d6200"><code>0de81da</code></a> Include r# in the invalid raw identifier panic</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/9a4f130f4e311f5a7349eb6d757b53232ac79b40"><code>9a4f130</code></a> Avoid having most of the new_raw test be unreachable code</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/c1d32cef31f382c55aedc2e4a758b7b5df286891"><code>c1d32ce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/333">#333</a> from dtolnay/validate</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/4be2a86fce293c9c15ccab6348ebec272aa8c31d"><code>4be2a86</code></a> Delete unreachable cases from raw identifier check</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/d9184771a439b283504d0b22c8d92b488d9be019"><code>d918477</code></a> Remove validate var</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/83ed7b8642881e611cecb16707b02063d21e6174"><code>83ed7b8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/332">#332</a> from dtolnay/validate</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.39...1.0.40">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.39&new-version=1.0.40)](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:57 +01:00
adam closed this issue 2026-01-05 14:52:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#779