[PR #472] [MERGED] chore(deps): bump proc-macro2 from 1.0.59 to 1.0.63 #938

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/472
Author: @dependabot[bot]
Created: 6/26/2023
Status: Merged
Merged: 6/26/2023
Merged by: @LGUG2Z

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


📝 Commits (1)

  • f66aca6 chore(deps): bump proc-macro2 from 1.0.59 to 1.0.63

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps proc-macro2 from 1.0.59 to 1.0.63.

Release notes

Sourced from proc-macro2's releases.

1.0.63

1.0.62

yanked

1.0.61

  • Stricter parsing of whitespace in cooked string literals and between tokens (#392, #393)

1.0.60

  • Eliminate uses of unstable proc_macro::Span::before/after (#391)
Commits
  • 10f5dc3 Release 1.0.63
  • 4207faa Fix overflow in delimiter_of_raw_string at end of input
  • cfa1524 Release 1.0.62
  • 2331259 Merge pull request #396 from dtolnay/trailingbackslash
  • aebe7a0 Eliminate unneeded peekability on cooked string iterators
  • e2923c3 Factor out logic for processing trailing backslashes
  • 07ffd04 Convert cooked_byte_string trailing backslash logic to bytes
  • 231e8c8 Return Result from \x parser
  • 3f6d84b Merge pull request #395 from dtolnay/cstr
  • 96c97e5 Implement c-str literal parsing
  • 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/472 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/26/2023 **Status:** ✅ Merged **Merged:** 6/26/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.63` --- ### 📝 Commits (1) - [`f66aca6`](https://github.com/LGUG2Z/komorebi/commit/f66aca62326f0c410023f4ef3becc0a8f1e3b44d) chore(deps): bump proc-macro2 from 1.0.59 to 1.0.63 ### 📊 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.59 to 1.0.63. <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.63</h2> <ul> <li>Parse <code>c&quot;…&quot;</code> c-string literals (tracking issue: <a href="https://redirect.github.com/rust-lang/rust/issues/105723">rust-lang/rust#105723</a>)</li> </ul> <h2>1.0.62</h2> <p><em>yanked</em></p> <h2>1.0.61</h2> <ul> <li>Stricter parsing of whitespace in cooked string literals and between tokens (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/392">#392</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/393">#393</a>)</li> </ul> <h2>1.0.60</h2> <ul> <li>Eliminate uses of unstable proc_macro::Span::before/after (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/391">#391</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/10f5dc398329d35a266b40f096671e2c278a633f"><code>10f5dc3</code></a> Release 1.0.63</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/4207faab09300ed7a2c91638cae787b967ff6442"><code>4207faa</code></a> Fix overflow in delimiter_of_raw_string at end of input</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/cfa1524b7f8e67a5d9b1668a9bbbeead9223682b"><code>cfa1524</code></a> Release 1.0.62</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/233125963321723a99b02ee65a565797bdc13cd0"><code>2331259</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/396">#396</a> from dtolnay/trailingbackslash</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/aebe7a0e7bbc9876fbce41f7e72112ca7f6f3f8e"><code>aebe7a0</code></a> Eliminate unneeded peekability on cooked string iterators</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/e2923c3cab72914cb259186d31c680d107f0b013"><code>e2923c3</code></a> Factor out logic for processing trailing backslashes</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/07ffd046a7ad8043ed3ebec81560b2cc2ffcfce1"><code>07ffd04</code></a> Convert cooked_byte_string trailing backslash logic to bytes</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/231e8c8c1258bd1df6377debca57b476345c9a2d"><code>231e8c8</code></a> Return Result from \x parser</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/3f6d84bf850ef1258fea89229e527c03bab8d6b7"><code>3f6d84b</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/395">#395</a> from dtolnay/cstr</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/96c97e503e2ece809bb66c47fef392ddd19e402c"><code>96c97e5</code></a> Implement c-str literal parsing</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.59...1.0.63">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.59&new-version=1.0.63)](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:29 +01:00
adam closed this issue 2026-01-05 14:53:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#938