[PR #108] [MERGED] chore(deps): bump color-eyre from 0.5.11 to 0.6.0 #747

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/108
Author: @dependabot[bot]
Created: 2/1/2022
Status: Merged
Merged: 2/1/2022
Merged by: @LGUG2Z

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


📝 Commits (1)

  • 37c20c1 chore(deps): bump color-eyre from 0.5.11 to 0.6.0

📊 Changes

4 files changed (+14 additions, -25 deletions)

View changed files

📝 Cargo.lock (+11 -22)
📝 komorebi-core/Cargo.toml (+1 -1)
📝 komorebi/Cargo.toml (+1 -1)
📝 komorebic/Cargo.toml (+1 -1)

📄 Description

Bumps color-eyre from 0.5.11 to 0.6.0.

Changelog

Sourced from color-eyre's changelog.

[0.6.0] - 2022-01-12

Changed

  • Updated dependencies to match newest tracing versions
Commits
  • d79aab1 (cargo-release) version 0.6.0
  • 5cd0abd Prepare for 0.6 release
  • 5624f10 Merge pull request #92 from asonix/asonix/update-tracing-error
  • 316efcc integrate the rest of the changes by asonix
  • aaa87c2 update the rest of the tests/data files
  • 73cd61f fix clippy warnings
  • 3df3e93 integrate color-spantrace release
  • d8f8657 Fix tests (these seem very brittle)
  • 088ed53 Depend on proper subscriber features
  • 1480982 Update tracing error
  • 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/108 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2022 **Status:** ✅ Merged **Merged:** 2/1/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/color-eyre-0.6.0` --- ### 📝 Commits (1) - [`37c20c1`](https://github.com/LGUG2Z/komorebi/commit/37c20c193f9aae61c18c7947a23c6552cdf99107) chore(deps): bump color-eyre from 0.5.11 to 0.6.0 ### 📊 Changes **4 files changed** (+14 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -22) 📝 `komorebi-core/Cargo.toml` (+1 -1) 📝 `komorebi/Cargo.toml` (+1 -1) 📝 `komorebic/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.11 to 0.6.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yaahc/color-eyre/blob/master/CHANGELOG.md">color-eyre's changelog</a>.</em></p> <blockquote> <h2>[0.6.0] - 2022-01-12</h2> <h3>Changed</h3> <ul> <li>Updated dependencies to match newest tracing versions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yaahc/color-eyre/commit/d79aab17822f1a033f28c1b92c23d7d3ffd1dc81"><code>d79aab1</code></a> (cargo-release) version 0.6.0</li> <li><a href="https://github.com/yaahc/color-eyre/commit/5cd0abd210606bd6974c5798649e111fd3b169df"><code>5cd0abd</code></a> Prepare for 0.6 release</li> <li><a href="https://github.com/yaahc/color-eyre/commit/5624f10c5094213a9002a113a7f9fd1cf46032f6"><code>5624f10</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/yaahc/color-eyre/issues/92">#92</a> from asonix/asonix/update-tracing-error</li> <li><a href="https://github.com/yaahc/color-eyre/commit/316efcc57031996c40a7763272e1a73f83f03dc5"><code>316efcc</code></a> integrate the rest of the changes by asonix</li> <li><a href="https://github.com/yaahc/color-eyre/commit/aaa87c2a6ab35e60c78fa9849943f45943db603b"><code>aaa87c2</code></a> update the rest of the tests/data files</li> <li><a href="https://github.com/yaahc/color-eyre/commit/73cd61fdbabf6da3523208163c9dfd786e03c2a6"><code>73cd61f</code></a> fix clippy warnings</li> <li><a href="https://github.com/yaahc/color-eyre/commit/3df3e93fb62659f7592d1cfabff800e5e07f82c3"><code>3df3e93</code></a> integrate color-spantrace release</li> <li><a href="https://github.com/yaahc/color-eyre/commit/d8f8657886b08e1eb6cea9da4773ee18aa63d088"><code>d8f8657</code></a> Fix tests (these seem very brittle)</li> <li><a href="https://github.com/yaahc/color-eyre/commit/088ed536c305415f1c860abcd78550a2e2623603"><code>088ed53</code></a> Depend on proper subscriber features</li> <li><a href="https://github.com/yaahc/color-eyre/commit/1480982a4baacce52cfa648cd35bd306603d7fc3"><code>1480982</code></a> Update tracing error</li> <li>Additional commits viewable in <a href="https://github.com/yaahc/color-eyre/compare/v0.5.11...v0.6.0">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.5.11&new-version=0.6.0)](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:52:49 +01:00
adam closed this issue 2026-01-05 14:52:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#747