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): bump owo-colors from 3.4.0 to 3.5.0 #5037

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps owo-colors from 3.4.0 to 3.5.0.

Commits
  • fc3a92c Bump to version 3.5.0
  • cb3a094 build(deps): bump actions/cache from 2.1.4 to 3.0.7
  • 37cdd50 Expose StyedList contents
  • 53491b1 fix docs link in the readme
  • 5ded2a6 Derive Eq to satisfy clippy
  • 864dcc9 Delete "no unsafe" claim from readme
  • See full diff 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)

@dependabot dependabot bot requested a review from a team as a code owner September 1, 2022 22:05
@dependabot dependabot bot requested review from arya2 and removed request for a team September 1, 2022 22:05
@dependabot dependabot bot added A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code P-Low ❄️ labels Sep 1, 2022
@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Merging #5037 (52a45e6) into main (0c4be38) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #5037   +/-   ##
=======================================
  Coverage   79.16%   79.17%           
=======================================
  Files         310      310           
  Lines       38900    38900           
=======================================
+ Hits        30797    30799    +2     
+ Misses       8103     8101    -2     

@teor2345
Copy link
Contributor

teor2345 commented Sep 2, 2022

Failed due to #5044.

@teor2345
Copy link
Contributor

teor2345 commented Sep 2, 2022

@dependabot rebase

Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/jam1garner/owo-colors/releases)
- [Commits](jam1garner/owo-colors@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: owo-colors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/owo-colors-3.5.0 branch from 1609e7b to 52a45e6 Compare September 2, 2022 02:26
Copy link
Contributor

@oxarbitrage oxarbitrage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The checks passed after the reverse and the changes to the crate in the bump are minor.

mergify bot added a commit that referenced this pull request Sep 2, 2022
@oxarbitrage
Copy link
Contributor

Failing at https://github.com/ZcashFoundation/zebra/runs/8164433680?check_suite_focus=true with:

Error: ZcashFoundation/zebra/.github/workflows/build-docker-image.yml@ed587d10e23749b0e36448232c19f489a0f12905 (Line: 52, Col: 19):
Error: Fail to evaluate job outputs
Error: The template is not valid. ZcashFoundation/zebra/.github/workflows/build-docker-image.yml@ed587d10e2[3](https://github.com/ZcashFoundation/zebra/runs/8164433680?check_suite_focus=true#step:41:3)7[4](https://github.com/ZcashFoundation/zebra/runs/8164433680?check_suite_focus=true#step:41:4)9b0e36448232c19f489a0f12905 (Line: 52, Col: 19): Error reading JToken from JsonReader. Path '', line 0, position 0.

Retry didn't worked, is this a new error type ? i don't remember seeing this one before.

@teor2345
Copy link
Contributor

teor2345 commented Sep 5, 2022

Failing at https://github.com/ZcashFoundation/zebra/runs/8164433680?check_suite_focus=true with:

Error: ZcashFoundation/zebra/.github/workflows/build-docker-image.yml@ed587d10e23749b0e36448232c19f489a0f12905 (Line: 52, Col: 19):
Error: Fail to evaluate job outputs
Error: The template is not valid. ZcashFoundation/zebra/.github/workflows/build-docker-image.yml@ed587d10e2[3](https://github.com/ZcashFoundation/zebra/runs/8164433680?check_suite_focus=true#step:41:3)7[4](https://github.com/ZcashFoundation/zebra/runs/8164433680?check_suite_focus=true#step:41:4)9b0e36448232c19f489a0f12905 (Line: 52, Col: 19): Error reading JToken from JsonReader. Path '', line 0, position 0.

Retry didn't worked, is this a new error type ? i don't remember seeing this one before.

Can you open a ticket?

@teor2345
Copy link
Contributor

teor2345 commented Sep 5, 2022

@Mergifyio refresh

@mergify
Copy link
Contributor

mergify bot commented Sep 5, 2022

refresh

✅ Pull request refreshed

mergify bot added a commit that referenced this pull request Sep 5, 2022
@mergify mergify bot merged commit ceff590 into main Sep 5, 2022
@mergify mergify bot deleted the dependabot/cargo/owo-colors-3.5.0 branch September 5, 2022 03:31
@teor2345 teor2345 mentioned this pull request Sep 19, 2022
36 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants