nextest icon indicating copy to clipboard operation
nextest copied to clipboard

fix(deps): update rust crate supports-color to v3

Open nextest-bot opened this issue 1 year ago • 3 comments

This PR contains the following updates:

Package Type Update Change
supports-color dependencies major 2.1.0 -> 3.0.0

Release Notes

zkat/supports-color (supports-color)

v3.0.0

Compare Source

Features
  • deps: Replace is-terminal with std::io::IsTerminal (#​11) (6fb6e359)
    • BREAKING CHANGE: This bumps the MSRV to 1.70.0 due to the new std::io::IsTerminal API.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

nextest-bot avatar Feb 04 '24 06:02 nextest-bot

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path cargo-nextest/Cargo.toml --package [email protected] --precise 3.0.0
    Updating crates.io index
error: failed to select a version for the requirement `supports-color = "^2.0"`
candidate versions found which didn't match: 3.0.0
location searched: crates.io index
required by package `owo-colors v4.0.0`
    ... which satisfies dependency `owo-colors = "^4.0.0"` (locked to 4.0.0) of package `cargo-nextest v0.9.67 (/tmp/renovate/repos/github/nextest-rs/nextest/cargo-nextest)`
perhaps a crate was updated and forgotten to be re-vendored?

nextest-bot avatar Feb 04 '24 06:02 nextest-bot

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.06%. Comparing base (dfd3e41) to head (ae613cf). Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1289   +/-   ##
=======================================
  Coverage   79.06%   79.06%           
=======================================
  Files          76       76           
  Lines       18626    18626           
=======================================
+ Hits        14726    14727    +1     
+ Misses       3900     3899    -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 04 '24 06:02 codecov[bot]

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path cargo-nextest/Cargo.toml --package [email protected] --precise 3.0.0
    Updating crates.io index
error: failed to select a version for the requirement `supports-color = "^2.0"`
candidate versions found which didn't match: 3.0.0
location searched: crates.io index
required by package `owo-colors v4.0.0`
    ... which satisfies dependency `owo-colors = "^4.0.0"` (locked to 4.0.0) of package `cargo-nextest v0.9.70 (/tmp/renovate/repos/github/nextest-rs/nextest/cargo-nextest)`
perhaps a crate was updated and forgotten to be re-vendored?

nextest-bot avatar May 23 '24 03:05 nextest-bot