[PR #434] [MERGED] Bump proc-macro2 from 1.0.10 to 1.0.12 #819

Closed
opened 2026-02-28 14:53:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/434
Author: @dependabot-preview[bot]
Created: 5/4/2020
Status: Merged
Merged: 5/4/2020
Merged by: @Rigellute

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


📝 Commits (1)

  • cb5118e Bump proc-macro2 from 1.0.10 to 1.0.12

📊 Changes

2 files changed (+15 additions, -15 deletions)

View changed files

📝 Cargo.lock (+14 -14)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps proc-macro2 from 1.0.10 to 1.0.12.

Release notes

Sourced from proc-macro2's releases.

1.0.12

  • Add a way to force avoid using the compiler's libproc_macro implementation even when available (#220)

1.0.11

(yanked)

Commits
  • 7526e00 Release 1.0.12
  • eed9356 Fix cfg of detection module
  • 4014c74 Release 1.0.11
  • 20fdacd Merge pull request #220 from alexcrichton/force
  • b128cd6 Add a way to force fallback implementation
  • 3bb54e8 Organize imports
  • befadb7 Give WORKS initialization its own function
  • fad56f7 Move proc-macro detection to a module
  • b8e8a63 Rename nightly_works
  • c434b64 Change nonpublic items from pub to pub(crate)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/Rigellute/spotify-tui/pull/434 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/4/2020 **Status:** ✅ Merged **Merged:** 5/4/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.12` --- ### 📝 Commits (1) - [`cb5118e`](https://github.com/Rigellute/spotify-tui/commit/cb5118e5fa218b0cea54d54bc5b1eeb10fc1b21e) Bump proc-macro2 from 1.0.10 to 1.0.12 ### 📊 Changes **2 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+14 -14) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 1.0.10 to 1.0.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alexcrichton/proc-macro2/releases">proc-macro2's releases</a>.</em></p> <blockquote> <h2>1.0.12</h2> <ul> <li>Add a way to force avoid using the compiler's libproc_macro implementation even when available (<a href="https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/220">#220</a>)</li> </ul> <h2>1.0.11</h2> <p><em>(yanked)</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/7526e00148098e0e5d4a5e3fc721e754257b04e7"><code>7526e00</code></a> Release 1.0.12</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/eed93567e90b88173e1deb12fe8606be1f929f6c"><code>eed9356</code></a> Fix cfg of detection module</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/4014c744422a4eeedca98f59a40fa6e46af9fe74"><code>4014c74</code></a> Release 1.0.11</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/20fdacd6e3a8188d1eef36b7acb56934714af466"><code>20fdacd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/220">#220</a> from alexcrichton/force</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/b128cd6cfd5647da1cb2f74295ea076515eb8174"><code>b128cd6</code></a> Add a way to force fallback implementation</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/3bb54e8ed4cc6db52cfe24c319301fe1be314390"><code>3bb54e8</code></a> Organize imports</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/befadb706743d11b1fb7edfd0c305b16867d07d0"><code>befadb7</code></a> Give WORKS initialization its own function</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/fad56f72b6ca7dfe10880f23abab54fce8abcd27"><code>fad56f7</code></a> Move proc-macro detection to a module</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/b8e8a63dbf8c1e464601747cdfc39c299e89806c"><code>b8e8a63</code></a> Rename nightly_works</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/c434b6424010cc3589fdfce2c336572e75ce2157"><code>c434b64</code></a> Change nonpublic items from pub to pub(crate)</li> <li>Additional commits viewable in <a href="https://github.com/alexcrichton/proc-macro2/compare/1.0.10...1.0.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=proc-macro2&package-manager=cargo&previous-version=1.0.10&new-version=1.0.12)](https://dependabot.com/compatibility-score/?dependency-name=proc-macro2&package-manager=cargo&previous-version=1.0.10&new-version=1.0.12) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#819
No description provided.