[PR #515] [CLOSED] chore(deps): bump quote from 1.0.29 to 1.0.32 #962

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/515
Author: @dependabot[bot]
Created: 8/14/2023
Status: Closed

Base: masterHead: dependabot/cargo/quote-1.0.32


📝 Commits (1)

  • dd48abf chore(deps): bump quote from 1.0.29 to 1.0.32

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps quote from 1.0.29 to 1.0.32.

Release notes

Sourced from quote's releases.

1.0.32

1.0.31

  • Eliminate build.rs to reduce build time

1.0.30

  • Documentation improvements
Commits
  • d8cb63f Release 1.0.32
  • ec44da1 Update PR 259: tokens are the output of the program
  • 419109a Merge pull request #259 from mfreeborn/docs
  • 3e644f1 Update README.md
  • f4e8afe Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
  • 1972ec3 Temporarily disable -Zrandomize-layout due to rustc ICE
  • c90bb02 Release 1.0.31
  • c266c3e Import from alloc to make remaining std dependencies clear
  • 3dc55fd Pull in 2021-edition proc-macro2
  • eeafe7a Delete build.rs, as no version detection is still used
  • 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/515 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/14/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/quote-1.0.32` --- ### 📝 Commits (1) - [`dd48abf`](https://github.com/LGUG2Z/komorebi/commit/dd48abf06dbdc4799ab501e39cf169229319ff3a) chore(deps): bump quote from 1.0.29 to 1.0.32 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [quote](https://github.com/dtolnay/quote) from 1.0.29 to 1.0.32. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/quote/releases">quote's releases</a>.</em></p> <blockquote> <h2>1.0.32</h2> <ul> <li>Documentation improvements (thanks <a href="https://github.com/mfreeborn"><code>@​mfreeborn</code></a>)</li> </ul> <h2>1.0.31</h2> <ul> <li>Eliminate build.rs to reduce build time</li> </ul> <h2>1.0.30</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/quote/commit/d8cb63f7d7f45c503ac580bd8f3cb2d8bb28b160"><code>d8cb63f</code></a> Release 1.0.32</li> <li><a href="https://github.com/dtolnay/quote/commit/ec44da120bf08065cab5c42f7da26a8e06b76f4d"><code>ec44da1</code></a> Update PR 259: tokens are the output of the program</li> <li><a href="https://github.com/dtolnay/quote/commit/419109a4f020b03987af50b7c1674159f8bb7313"><code>419109a</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/quote/issues/259">#259</a> from mfreeborn/docs</li> <li><a href="https://github.com/dtolnay/quote/commit/3e644f1624b7b3039df52c4dee2a8bec525b0216"><code>3e644f1</code></a> Update README.md</li> <li><a href="https://github.com/dtolnay/quote/commit/f4e8afed8770681efd8a3e08da527ae9728c63cc"><code>f4e8afe</code></a> Revert &quot;Temporarily disable -Zrandomize-layout due to rustc ICE&quot;</li> <li><a href="https://github.com/dtolnay/quote/commit/1972ec36e4535233587d2957935459d1e8ce6750"><code>1972ec3</code></a> Temporarily disable -Zrandomize-layout due to rustc ICE</li> <li><a href="https://github.com/dtolnay/quote/commit/c90bb02fdff6573246aaeb409556b15c60fd672f"><code>c90bb02</code></a> Release 1.0.31</li> <li><a href="https://github.com/dtolnay/quote/commit/c266c3eca88f0775385179ca0346ea3afad71c8f"><code>c266c3e</code></a> Import from alloc to make remaining std dependencies clear</li> <li><a href="https://github.com/dtolnay/quote/commit/3dc55fd1cca84eead7632025e2fa79cf72cceedd"><code>3dc55fd</code></a> Pull in 2021-edition proc-macro2</li> <li><a href="https://github.com/dtolnay/quote/commit/eeafe7a4128d0d16a60b24cd5b6268eaaaf1ed99"><code>eeafe7a</code></a> Delete build.rs, as no version detection is still used</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/quote/compare/1.0.29...1.0.32">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quote&package-manager=cargo&previous-version=1.0.29&new-version=1.0.32)](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:34 +01:00
adam closed this issue 2026-01-05 14:53:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#962