[PR #565] [MERGED] chore(deps): bump proc-macro2 from 1.0.64 to 1.0.69 #991

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/565
Author: @dependabot[bot]
Created: 10/23/2023
Status: Merged
Merged: 10/27/2023
Merged by: @LGUG2Z

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


📝 Commits (1)

  • a0bebc7 chore(deps): bump proc-macro2 from 1.0.64 to 1.0.69

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps proc-macro2 from 1.0.64 to 1.0.69.

Release notes

Sourced from proc-macro2's releases.

1.0.69

  • Fix Span::source_text() bug causing panics or incorrect source text (#410)

1.0.68

  • Fix panic in Span::source_text() when source contains multibyte characters (#408)

1.0.67

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#405)

1.0.66

  • Raise required compiler from Rust 1.31 to 1.56

1.0.65

  • Documentation improvements
Commits
  • 937bbcd Release 1.0.69
  • 42dc36e Merge pull request #412 from dtolnay/sourcetext
  • 6461c2d Add out-of-order call to source_text test
  • c4c3251 Explain source_text implementation approach
  • 31b14c3 Cache byte offsets computed from a char index
  • 0e15461 Make FileInfo mut in source_text to allow amortization of char indices
  • 90b8e1e Merge pull request #411 from dtolnay/sourcetext
  • 137ae0a Fix source_text treating span.lo as byte offset not char index
  • 4c0bd28 Add regression test for issue 410
  • 12eddc0 Reword explanation of SourceMap initial value
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/565 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/23/2023 **Status:** ✅ Merged **Merged:** 10/27/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.69` --- ### 📝 Commits (1) - [`a0bebc7`](https://github.com/LGUG2Z/komorebi/commit/a0bebc7be8f8bfdcce416305012cc7c132bcec9a) chore(deps): bump proc-macro2 from 1.0.64 to 1.0.69 ### 📊 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.64 to 1.0.69. <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.69</h2> <ul> <li>Fix Span::source_text() bug causing panics or incorrect source text (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/410">#410</a>)</li> </ul> <h2>1.0.68</h2> <ul> <li>Fix panic in Span::source_text() when source contains multibyte characters (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/408">#408</a>)</li> </ul> <h2>1.0.67</h2> <ul> <li>Special handling for the <code>(/*ERROR*/)</code> placeholder that rustc uses for macros that fail to expand (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/405">#405</a>)</li> </ul> <h2>1.0.66</h2> <ul> <li>Raise required compiler from Rust 1.31 to 1.56</li> </ul> <h2>1.0.65</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/937bbcdcc15ef7bc7ee90813dc72093a2beb30c5"><code>937bbcd</code></a> Release 1.0.69</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/42dc36efcefbccb95b757f1e95bace944df0c9ed"><code>42dc36e</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/412">#412</a> from dtolnay/sourcetext</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/6461c2dd607aabec87d88144a7ffe7e00a2b2991"><code>6461c2d</code></a> Add out-of-order call to source_text test</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/c4c3251c57747263f48a38ac8fb5a76a17f8fa8c"><code>c4c3251</code></a> Explain source_text implementation approach</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/31b14c30f290d0e46942b25a24fe2a1ce59f9a82"><code>31b14c3</code></a> Cache byte offsets computed from a char index</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/0e154618a1e89331044803b0730543e23ff80c37"><code>0e15461</code></a> Make FileInfo mut in source_text to allow amortization of char indices</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/90b8e1eb016b72d197d58cbdf6f981f97e211587"><code>90b8e1e</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/411">#411</a> from dtolnay/sourcetext</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/137ae0a341be5cb04be12f251f48911437b566cd"><code>137ae0a</code></a> Fix source_text treating span.lo as byte offset not char index</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/4c0bd28a61d911a179be86e8e82a1501853406a4"><code>4c0bd28</code></a> Add regression test for issue 410</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/12eddc03a40e8393e82f7ef1dadbaaabdcb00a08"><code>12eddc0</code></a> Reword explanation of SourceMap initial value</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.64...1.0.69">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.64&new-version=1.0.69)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:39 +01:00
adam closed this issue 2026-01-05 14:53:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#991