[PR #388] [MERGED] chore(deps): bump proc-macro2 from 1.0.54 to 1.0.56 #901

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/388
Author: @dependabot[bot]
Created: 4/3/2023
Status: Merged
Merged: 4/4/2023
Merged by: @LGUG2Z

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


📝 Commits (1)

  • 818d94d chore(deps): bump proc-macro2 from 1.0.54 to 1.0.56

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps proc-macro2 from 1.0.54 to 1.0.56.

Release notes

Sourced from proc-macro2's releases.

1.0.56

  • Circumvent clippy::octal_escapes lint inside generated string and byte-string literals (#363, #380)
  • Provide RefUnwindSafe impls for compilers older than 1.58 (#382)

1.0.55

  • Set a meaningful Span for literals produced via the FromStr impl of Literal (#378)
  • Implement Literal::subspan in non-macro contexts when "span-locations" feature is enabled (#379)
Commits
  • 72ee0b3 Release 1.0.56
  • ddf7692 Merge pull request #382 from dtolnay/refunwindsafe
  • cda93c5 Ensure data structures are RefUnwindSafe on all versions of Rust
  • e82b074 Merge pull request #381 from dtolnay/escape0
  • 7efc1c4 Implement consistent behavior for Literal::string on all versions of Rust
  • 9c092a3 Merge pull request #380 from dtolnay/octalescape
  • 6c21627 Fix literal_string test on rustc older than 1.61
  • 5d3e58b Ignore octal_escapes clippy lint in test
  • 57b4db1 Circumvent clippy::octal_escapes lint in generated literals
  • d827973 Add regression test of \0 escaping for issue 363
  • 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/388 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/3/2023 **Status:** ✅ Merged **Merged:** 4/4/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.56` --- ### 📝 Commits (1) - [`818d94d`](https://github.com/LGUG2Z/komorebi/commit/818d94d34b888c16ed44f638b0d716cf2926d81d) chore(deps): bump proc-macro2 from 1.0.54 to 1.0.56 ### 📊 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.54 to 1.0.56. <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.56</h2> <ul> <li>Circumvent clippy::octal_escapes lint inside generated string and byte-string literals (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/363">#363</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/380">#380</a>)</li> <li>Provide RefUnwindSafe impls for compilers older than 1.58 (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/382">#382</a>)</li> </ul> <h2>1.0.55</h2> <ul> <li>Set a meaningful <code>Span</code> for literals produced via the <code>FromStr</code> impl of <code>Literal</code> (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/378">#378</a>)</li> <li>Implement <code>Literal::subspan</code> in non-macro contexts when &quot;span-locations&quot; feature is enabled (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/379">#379</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/72ee0b3b0523395e75bf71ae7702e93a7c506f1a"><code>72ee0b3</code></a> Release 1.0.56</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/ddf769275b9e4be0f03866c5433aede6db23ae7b"><code>ddf7692</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/382">#382</a> from dtolnay/refunwindsafe</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/cda93c5eef6993d9b6ca518602d3345e7b261d05"><code>cda93c5</code></a> Ensure data structures are RefUnwindSafe on all versions of Rust</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/e82b0749f893cc4fbd465da94dc291b255af53a9"><code>e82b074</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/381">#381</a> from dtolnay/escape0</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/7efc1c4db2ea533e4263aa39bf7264ec7b7d4b8f"><code>7efc1c4</code></a> Implement consistent behavior for Literal::string on all versions of Rust</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/9c092a3284c0aeb643bf74ff0b39666b412377ab"><code>9c092a3</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/380">#380</a> from dtolnay/octalescape</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/6c216275bc87d8fadb4059d9912d3eef654f23c6"><code>6c21627</code></a> Fix literal_string test on rustc older than 1.61</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/5d3e58b9c6728636eb3b4ae1ea80d6448c155621"><code>5d3e58b</code></a> Ignore octal_escapes clippy lint in test</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/57b4db1f78944eda659ad2f1bd529fca94e4669c"><code>57b4db1</code></a> Circumvent clippy::octal_escapes lint in generated literals</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/d827973a8d8af1fedbfac4eb5e8f78687e8d30f5"><code>d827973</code></a> Add regression test of \0 escaping for issue 363</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.54...1.0.56">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.54&new-version=1.0.56)](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:21 +01:00
adam closed this issue 2026-01-05 14:53:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#901