[PR #250] [MERGED] chore(deps): bump proc-macro2 from 1.0.44 to 1.0.46 #820

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/250
Author: @dependabot[bot]
Created: 10/3/2022
Status: Merged
Merged: 10/3/2022
Merged by: @LGUG2Z

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


📝 Commits (1)

  • 09d3bac chore(deps): bump proc-macro2 from 1.0.44 to 1.0.46

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps proc-macro2 from 1.0.44 to 1.0.46.

Release notes

Sourced from proc-macro2's releases.

1.0.46

  • Make proc_macro2::TokenStream's FromStr impl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark \u{feff} (#353)

1.0.45

  • Fix panic on parsing disallowed raw identifiers such as r#self (#351)
Commits
  • 69150f4 Release 1.0.46
  • 6004b0a Merge pull request #354 from dtolnay/bom
  • 1d068c8 Test that byte order mark can only go at beginning of input
  • e2327f0 Strip a byte order mark if present
  • eeb2e5b Add a test involving byte order mark
  • f26128d Release 1.0.45
  • 4784921 Merge pull request #352 from dtolnay/fuzz
  • 4f0ade5 Check for outdated deps in fuzz target
  • 84fd957 Add CI build to cover fuzz target
  • 4a8ad4d Add fuzz target for fallback TokenStream parser
  • 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/250 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/3/2022 **Status:** ✅ Merged **Merged:** 10/3/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.46` --- ### 📝 Commits (1) - [`09d3bac`](https://github.com/LGUG2Z/komorebi/commit/09d3baca9adb68cce2a1d4f8b240719194a13f98) chore(deps): bump proc-macro2 from 1.0.44 to 1.0.46 ### 📊 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.44 to 1.0.46. <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.46</h2> <ul> <li>Make proc_macro2::TokenStream's <code>FromStr</code> impl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark <code>\u{feff}</code> (<a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/353">#353</a>)</li> </ul> <h2>1.0.45</h2> <ul> <li>Fix panic on parsing disallowed raw identifiers such as <code>r#self</code> (<a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/351">#351</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/69150f4ff28c07aedcd9a7f61b7426c056fc7c73"><code>69150f4</code></a> Release 1.0.46</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/6004b0aa0ddb715e960e211dd426c207d3e8367b"><code>6004b0a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/354">#354</a> from dtolnay/bom</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/1d068c8f1a5a9b33eebdb9ebdf35bb409f2bafbf"><code>1d068c8</code></a> Test that byte order mark can only go at beginning of input</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/e2327f08540b3d32778b9fd08ecee38406c773d7"><code>e2327f0</code></a> Strip a byte order mark if present</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/eeb2e5b9223c03590cb095b3b36dec191aad644b"><code>eeb2e5b</code></a> Add a test involving byte order mark</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/f26128d5d6c94c62ce70683f6f4363766963a256"><code>f26128d</code></a> Release 1.0.45</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/4784921da6a9a31a02b1596ec746e2b75900eaa3"><code>4784921</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/352">#352</a> from dtolnay/fuzz</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/4f0ade51b12d7ba6888b3df7392ef4bccc6a5604"><code>4f0ade5</code></a> Check for outdated deps in fuzz target</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/84fd957bd774adfbe4b03a11f94b3dc18877e697"><code>84fd957</code></a> Add CI build to cover fuzz target</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/4a8ad4d90171bd991d8c629bb15cfcedb3939739"><code>4a8ad4d</code></a> Add fuzz target for fallback TokenStream parser</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.44...1.0.46">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.44&new-version=1.0.46)](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:05 +01:00
adam closed this issue 2026-01-05 14:53:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#820