[PR #319] [MERGED] chore(deps): bump paste from 1.0.9 to 1.0.11 #857

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/319
Author: @dependabot[bot]
Created: 12/19/2022
Status: Merged
Merged: 12/19/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/paste-1.0.11


📝 Commits (1)

  • 4c517eb chore(deps): bump paste from 1.0.9 to 1.0.11

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps paste from 1.0.9 to 1.0.11.

Release notes

Sourced from paste's releases.

1.0.11

  • Documentation improvements

1.0.10

  • Support Literal as result of paste, as in [<1_u $bit>] producing 1_u32 etc. (#92)
Commits
  • 44d758d Release 1.0.11
  • 170add2 Update build status badge
  • 188cecc Release 1.0.10
  • 80d037b Merge pull request #92 from dtolnay/literal
  • b3b77f2 Gate literal fromstr support on new enough compiler
  • 0ffe860 Simplify literal suffix test
  • 8c15baf Support Literal as result of paste
  • 5814fa7 Add regression test for issue 91
  • 81cdb4f Time out workflows after 45 minutes
  • fe65644 MIT copyright line
  • 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/319 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/19/2022 **Status:** ✅ Merged **Merged:** 12/19/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/paste-1.0.11` --- ### 📝 Commits (1) - [`4c517eb`](https://github.com/LGUG2Z/komorebi/commit/4c517ebf527f46c583b8ef7b6e279fa6abda1d87) chore(deps): bump paste from 1.0.9 to 1.0.11 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [paste](https://github.com/dtolnay/paste) from 1.0.9 to 1.0.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/paste/releases">paste's releases</a>.</em></p> <blockquote> <h2>1.0.11</h2> <ul> <li>Documentation improvements</li> </ul> <h2>1.0.10</h2> <ul> <li>Support Literal as result of paste, as in <code>[&lt;1_u $bit&gt;]</code> producing <code>1_u32</code> etc. (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/92">#92</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/paste/commit/44d758d558c62bf08bfdef49159f30fe37a8c101"><code>44d758d</code></a> Release 1.0.11</li> <li><a href="https://github.com/dtolnay/paste/commit/170add2e36b6ab951932ab496f6387d35d7f0018"><code>170add2</code></a> Update build status badge</li> <li><a href="https://github.com/dtolnay/paste/commit/188ceccacedd20ff9ecc4037d43162f39a41f7bf"><code>188cecc</code></a> Release 1.0.10</li> <li><a href="https://github.com/dtolnay/paste/commit/80d037b8968c919364ec9337517d32d147a85c13"><code>80d037b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/92">#92</a> from dtolnay/literal</li> <li><a href="https://github.com/dtolnay/paste/commit/b3b77f233dc12ffb24f7a7b1f07494539aae1871"><code>b3b77f2</code></a> Gate literal fromstr support on new enough compiler</li> <li><a href="https://github.com/dtolnay/paste/commit/0ffe86082d82076b354f5f1f1a0d2f5d89619d88"><code>0ffe860</code></a> Simplify literal suffix test</li> <li><a href="https://github.com/dtolnay/paste/commit/8c15bafbe689df2ffeead7c92de8be499e01e32d"><code>8c15baf</code></a> Support Literal as result of paste</li> <li><a href="https://github.com/dtolnay/paste/commit/5814fa70ca9124b54ba638cf44c508ad6501acde"><code>5814fa7</code></a> Add regression test for issue 91</li> <li><a href="https://github.com/dtolnay/paste/commit/81cdb4f24e2a68b5fa5a26ef679fc0620904a861"><code>81cdb4f</code></a> Time out workflows after 45 minutes</li> <li><a href="https://github.com/dtolnay/paste/commit/fe65644092456a6a522c7c886e8aa9342c72af36"><code>fe65644</code></a> MIT copyright line</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/paste/compare/1.0.9...1.0.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=paste&package-manager=cargo&previous-version=1.0.9&new-version=1.0.11)](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:13 +01:00
adam closed this issue 2026-01-05 14:53:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#857