[PR #1429] [CLOSED] chore(deps): bump color-eyre from 0.6.3 to 0.6.4 #1397

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1429
Author: @dependabot[bot]
Created: 5/5/2025
Status: Closed

Base: masterHead: dependabot/cargo/color-eyre-0.6.4


📝 Commits (1)

  • f31020c chore(deps): bump color-eyre from 0.6.3 to 0.6.4

📊 Changes

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

View changed files

📝 Cargo.lock (+3 -3)

📄 Description

Bumps color-eyre from 0.6.3 to 0.6.4.

Commits
  • 97c8469 Undo eyre version bump
  • 067cf05 Bump color-eyre to 0.6.4 (#229)
  • 9943e52 Update PyO3, clippy fixes (#228)
  • a48e365 Bump color-eyre to 0.6.4
  • b14c715 Merge branch 'clippy' into pyo3
  • 4f70655 Update pyo3
  • 7b1a204 Clippy fixes
  • c4ee249 Bump color-eyre to 0.6.3, color-spantrace to 0.2.2 to publish owo-colors bump...
  • 7706273 emit rustc-check-cfg info and fix doc_lazy_continuation clippy warning (#200)
  • fc83cb8 chore(color-eyre): Set color-eyre dependency on eyre via path. (#197)
  • 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/1429 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/5/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/color-eyre-0.6.4` --- ### 📝 Commits (1) - [`f31020c`](https://github.com/LGUG2Z/komorebi/commit/f31020c3700014084460c54535d3dcd229cc7902) chore(deps): bump color-eyre from 0.6.3 to 0.6.4 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) </details> ### 📄 Description Bumps [color-eyre](https://github.com/eyre-rs/eyre) from 0.6.3 to 0.6.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eyre-rs/eyre/commit/97c846970dee3565e25794a59673197618b761cd"><code>97c8469</code></a> Undo eyre version bump</li> <li><a href="https://github.com/eyre-rs/eyre/commit/067cf0599b52c3ebe83884684e999b04e02e0f74"><code>067cf05</code></a> Bump color-eyre to 0.6.4 (<a href="https://redirect.github.com/eyre-rs/eyre/issues/229">#229</a>)</li> <li><a href="https://github.com/eyre-rs/eyre/commit/9943e524f4c440dc1f398846f5b01d45ae547c37"><code>9943e52</code></a> Update PyO3, clippy fixes (<a href="https://redirect.github.com/eyre-rs/eyre/issues/228">#228</a>)</li> <li><a href="https://github.com/eyre-rs/eyre/commit/a48e365d651020f474dbf4fb074962dc6932d0ad"><code>a48e365</code></a> Bump color-eyre to 0.6.4</li> <li><a href="https://github.com/eyre-rs/eyre/commit/b14c71506793d25e44ced80c792e4640080c629c"><code>b14c715</code></a> Merge branch 'clippy' into pyo3</li> <li><a href="https://github.com/eyre-rs/eyre/commit/4f7065517d8731d6fd4cb89874cab9e54cec4272"><code>4f70655</code></a> Update pyo3</li> <li><a href="https://github.com/eyre-rs/eyre/commit/7b1a204066b4e88faeb20a8fd4e4bef69b6eb112"><code>7b1a204</code></a> Clippy fixes</li> <li><a href="https://github.com/eyre-rs/eyre/commit/c4ee249f7c51dc6452e8704ae8d117d90d6eeebc"><code>c4ee249</code></a> Bump color-eyre to 0.6.3, color-spantrace to 0.2.2 to publish owo-colors bump...</li> <li><a href="https://github.com/eyre-rs/eyre/commit/7706273bcffa867b98458a2c6bd0f0e3c908c928"><code>7706273</code></a> emit rustc-check-cfg info and fix doc_lazy_continuation clippy warning (<a href="https://redirect.github.com/eyre-rs/eyre/issues/200">#200</a>)</li> <li><a href="https://github.com/eyre-rs/eyre/commit/fc83cb8125bdde3a3b06e8b06c3405f6fc040a8a"><code>fc83cb8</code></a> chore(color-eyre): Set color-eyre dependency on eyre via path. (<a href="https://redirect.github.com/eyre-rs/eyre/issues/197">#197</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eyre-rs/eyre/compare/color-eyre-v0.6.3...color-eyre@0.6.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=color-eyre&package-manager=cargo&previous-version=0.6.3&new-version=0.6.4)](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:55:08 +01:00
adam closed this issue 2026-01-05 14:55:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1397