[PR #762] [CLOSED] chore(deps): bump proc-macro2 from 1.0.79 to 1.0.80 #1090

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/762
Author: @dependabot[bot]
Created: 4/15/2024
Status: Closed

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


📝 Commits (1)

  • 31652dc chore(deps): bump proc-macro2 from 1.0.79 to 1.0.80

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps proc-macro2 from 1.0.79 to 1.0.80.

Release notes

Sourced from proc-macro2's releases.

1.0.80

  • Add Literal::byte_character constructor (#449)
  • Add Literal::c_string constructor #450)
Commits
  • da51f8d Release 1.0.80
  • 392fa6c Ignore needless_pass_by_value pedantic clippy lint in test
  • 1ff5c1f Ignore needless_raw_string_hashes pedantic clippy lint in test
  • 0c9449e Import some Literal tests from libproc_macro
  • 28c87ad Add tests of negative literal construction
  • c61f5db Add some tests of cstr raw literals
  • d50dcd9 Merge pull request #450 from dtolnay/cstr
  • 70a804b Add Literal::c_string constructor
  • 45730bc Adjust Literal constructor argument names to match those in libproc_macro
  • 26d1d3f Merge pull request #449 from dtolnay/bytechar
  • 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/762 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/15/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.80` --- ### 📝 Commits (1) - [`31652dc`](https://github.com/LGUG2Z/komorebi/commit/31652dc1b50c8e1ad9675dfaadda79e0d520a490) chore(deps): bump proc-macro2 from 1.0.79 to 1.0.80 ### 📊 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.79 to 1.0.80. <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.80</h2> <ul> <li>Add <code>Literal::byte_character</code> constructor (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/449">#449</a>)</li> <li>Add <code>Literal::c_string</code> constructor <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/450">#450</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/da51f8d005cc5d8299c1872fad9bbe63b07c31c7"><code>da51f8d</code></a> Release 1.0.80</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/392fa6c489ffb1f0178dc7377f894cfaf2d4744a"><code>392fa6c</code></a> Ignore needless_pass_by_value pedantic clippy lint in test</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/1ff5c1f2a91d815dbe531f9570fcf67522b5e27d"><code>1ff5c1f</code></a> Ignore needless_raw_string_hashes pedantic clippy lint in test</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/0c9449e03d0038f99c0f2dfe6c42878bf531c393"><code>0c9449e</code></a> Import some Literal tests from libproc_macro</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/28c87ad85264b055b9512c71d1aee4af7353bec4"><code>28c87ad</code></a> Add tests of negative literal construction</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/c61f5db62c22f727ae59140edb8a4848d962433a"><code>c61f5db</code></a> Add some tests of cstr raw literals</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/d50dcd9be7136e865020ef58be0244f7a61157e5"><code>d50dcd9</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/450">#450</a> from dtolnay/cstr</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/70a804be6d9b21d8707a1c349759f64332429c35"><code>70a804b</code></a> Add Literal::c_string constructor</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/45730bc1feb07eda221dd5a3e3fe797ce0030c47"><code>45730bc</code></a> Adjust Literal constructor argument names to match those in libproc_macro</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/26d1d3f0a4fa112113498fd661d7bb5d51aa057d"><code>26d1d3f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/449">#449</a> from dtolnay/bytechar</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.79...1.0.80">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.79&new-version=1.0.80)](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:54:03 +01:00
adam closed this issue 2026-01-05 14:54:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1090