Skip to content

Update Rust crate owo-colors to 4.3.0#316

Open
nextest-bot wants to merge 1 commit into
mainfrom
renovate/owo-colors-4.x
Open

Update Rust crate owo-colors to 4.3.0#316
nextest-bot wants to merge 1 commit into
mainfrom
renovate/owo-colors-4.x

Conversation

@nextest-bot

@nextest-bot nextest-bot commented Feb 23, 2025

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change
owo-colors workspace.dependencies minor 4.1.04.3.0

Release Notes

owo-colors/owo-colors (owo-colors)

v4.3.0

Compare Source

Fixed
  • Scripts in the scripts/ directory are no longer published in the crate package. Thanks weiznich for your first contribution!
Changed
  • Mark methods with #[rust_analyzer::completions(ignore_flyimport)] and the OwoColorize trait with #[rust_analyzer::completions(ignore_flyimport_methods)]. This prevents owo-colors methods from being completed with rust-analyzer unless the OwoColorize trait is included.

    Unfortunately, this also breaks explicit autocomplete commands such as Ctrl-Space in many editors. (The language server protocol doesn't appear to have a way to differentiate between implicit and explicit autocomplete commands.) On balance we believe this is the right approach, but please do provide feedback on PR #​141 if it negatively affects you.

  • Updated MSRV to Rust 1.81.

v4.2.3

Compare Source

Fixed

Replaced obsolete doc_auto_cfg with doc_cfg, to fix Rust nightly builds with the doc_cfg flag enabled.

v4.2.2

Compare Source

Fixed

Fixed applying a background color and a text effect (like underline or italic) at the same time (#​145).

v4.2.1

Compare Source

Fixed

v4.2.0

Compare Source

Added
  • Style::prefix_formatter and Style::suffix_formatter return Display formatters for the prefix and the suffix of a style, respectively.
  • All the *Display types now have an into_styled function that converts those types into a Styled, erasing type parameters.
  • Even more methods are now const.
Changed
  • The Color and DynColor traits are now explicitly marked sealed (i.e. downstream crates cannot implement them).

    These traits were already effectively sealed due to a number of hidden methods that were not part of the API, but they are now explicitly so. In that sense this is not a breaking change, so it's being released under a new minor version rather than a major version.

v4.1.1

Compare Source

Added
  • The vast majority of owo-colors is now usable in const contexts.
Fixed
  • Documentation for Stream is now rendered properly. Thanks purplesyringa for the contribution!
  • Replace brittle const-promotion-based unsafe code with safe code. Thanks Manish for the contribution!
Other

For information about earlier versions, see the commit history.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "after 8pm,before 6am"
  • Automerge
    • "after 8pm,before 6am"

🚦 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 Mend Renovate.

@nextest-bot nextest-bot added the dependencies Dependency-related updates label Feb 23, 2025
@codecov

codecov Bot commented Feb 23, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.54%. Comparing base (fc02649) to head (1ffa45c).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #316   +/-   ##
=======================================
  Coverage   84.54%   84.54%           
=======================================
  Files           7        7           
  Lines        1915     1915           
=======================================
  Hits         1619     1619           
  Misses        296      296           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nextest-bot nextest-bot changed the title chore(deps): update rust crate owo-colors to 4.2.0 chore(deps): update rust crate owo-colors to 4.2.1 May 16, 2025
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from 5f8cc8b to c680226 Compare May 16, 2025 03:44
@nextest-bot nextest-bot changed the title chore(deps): update rust crate owo-colors to 4.2.1 chore(deps): update rust crate owo-colors to 4.2.2 Jun 24, 2025
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from c680226 to 3cd046f Compare June 24, 2025 05:49
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from 3cd046f to 88a0cb0 Compare July 7, 2025 04:51
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from 88a0cb0 to 0147b8e Compare September 30, 2025 03:30
@nextest-bot nextest-bot changed the title chore(deps): update rust crate owo-colors to 4.2.2 chore(deps): update rust crate owo-colors to 4.2.3 Sep 30, 2025
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from 0147b8e to 08e0aa8 Compare November 11, 2025 04:07
@nextest-bot nextest-bot changed the title chore(deps): update rust crate owo-colors to 4.2.3 chore(deps): update rust crate owo-colors to 4.3.0 Feb 23, 2026
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from 08e0aa8 to f580595 Compare February 23, 2026 04:09
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from f580595 to 8dbb701 Compare March 12, 2026 03:50
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from 8dbb701 to 1ffa45c Compare March 12, 2026 06:11
@nextest-bot nextest-bot changed the title chore(deps): update rust crate owo-colors to 4.3.0 Update Rust crate owo-colors to 4.3.0 Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency-related updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant