Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Update color-eyre requirement from 0.5.11 to 0.6.0 in /dt-core #1

Merged
merged 1 commit into from Jan 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2022

Updates the requirements on color-eyre to permit the latest version.

Changelog

Sourced from color-eyre's changelog.

[0.6.0] - 2022-01-12

Changed

  • Updated dependencies to match newest tracing versions

[0.5.11] - 2021-04-13

[0.5.10] - 2020-12-02

Added

  • Support custom themes

[0.5.9] - 2020-12-02

Fixed

  • Bumped color-spantrace dependency version to fix a panic

[0.5.8] - 2020-11-23

Added

  • Exposed internal interfaces for the panic handler so that it can be wrapped by consumers to customize the behaviour of the panic hook.

[0.5.7] - 2020-11-05

Fixed

  • Added missing cfgs that caused compiler errors when only enabling the issue-url feature

[0.5.6] - 2020-10-02

Added

  • Add support for track caller added in eyre 0.6.1 and print original callsites of errors in all eyre::Reports by default

[0.5.5] - 2020-09-21

Added

  • add issue_filter method to HookBuilder for disabling issue generation based on the error encountered.

[0.5.4] - 2020-09-17

Added

  • Add new "issue-url" feature for generating issue creation links in error reports pre-populated with information about the error

[0.5.3] - 2020-09-14

Added

  • add panic_section method to HookBuilder for overriding the printer for the panic message at the start of panic reports

[0.5.2] - 2020-08-31

Added

  • make it so all Section trait methods can be called on Report in addition to the already supported usage on Result<T, E: Into<Report>>
  • panic_section to HookBuilder to add custom sections to panic reports
  • display_env_section to HookBuilder to disable the output indicating what

... (truncated)

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 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 will merge this PR once CI passes on it, as requested by @blurgyy.


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)

Updates the requirements on [color-eyre](https://github.com/yaahc/color-eyre) to permit the latest version.
- [Release notes](https://github.com/yaahc/color-eyre/releases)
- [Changelog](https://github.com/yaahc/color-eyre/blob/master/CHANGELOG.md)
- [Commits](eyre-rs/color-eyre@v0.5.11...v0.6.0)

---
updated-dependencies:
- dependency-name: color-eyre
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 2022
@blurgyy
Copy link
Owner

blurgyy commented Jan 15, 2022

@dependabot merge

@dependabot dependabot bot merged commit 9d0a9e0 into main Jan 15, 2022
@dependabot dependabot bot deleted the dependabot/cargo/dt-core/color-eyre-0.6.0 branch January 15, 2022 05:21
blurgyy pushed a commit that referenced this pull request Jan 15, 2022
…e-0.6.0

Signed-off-by: Gaoyang Zhang <gy@blurgy.xyz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant