Skip to content

fix(deps): update rust crate owo-colors to v4 - #45

Merged
thoroc merged 1 commit into
mainfrom
renovate/owo-colors-4.x
Sep 14, 2026
Merged

thoroc merged 1 commit into
mainfrom
renovate/owo-colors-4.x

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
owo-colors dependencies major 3 → 4

Release Notes

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

v4.4.0

Compare Source

Changed
  • Updated MSRV to Rust 1.83. Thanks Expyron for your first contribution!

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.

v4.1.0

Compare Source

v4.0.0

Compare Source

v3.6.0

Compare Source


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 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 was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown

🛡️ Plumber — CI/CD Security Compliance

✅ No Critical-severity findings

No findings on this branch.

View this run

@thoroc
thoroc merged commit 27bc7f5 into main Sep 14, 2026
13 checks passed
@thoroc
thoroc deleted the renovate/owo-colors-4.x branch September 14, 2026 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant