Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Updates the requirements on owo-colors to permit the latest version.

Release notes

Sourced from owo-colors's releases.

owo-colors 4.2.3

Fixed

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

Changelog

Sourced from owo-colors's changelog.

[4.2.3] - 2025-09-29

Fixed

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

[4.2.2] - 2025-06-23

Fixed

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

#145: owo-colors/owo-colors#145

[4.2.1] - 2025-05-15

Fixed

#144: owo-colors/owo-colors#144

[4.2.0] - 2025-02-22

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.

[4.1.1] - 2025-02-22

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

... (truncated)

Commits

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [owo-colors](https://github.com/owo-colors/owo-colors) to permit the latest version.
- [Release notes](https://github.com/owo-colors/owo-colors/releases)
- [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md)
- [Commits](owo-colors/owo-colors@v3.5.0...v4.2.3)

---
updated-dependencies:
- dependency-name: owo-colors
  dependency-version: 4.2.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 30, 2025
@dependabot dependabot bot requested a review from ewpratten as a code owner September 30, 2025 15:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 30, 2025
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant